Html Css Color HEX #9D3CD5 Dark Orchid

📋 copy color: '#9D3CD5'

red 157 ◦ green 60 ◦ blue 213

#9D3CD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #9D3CD5

Tints of Dark Orchid #9D3CD5

RGB

 RED value IS 157 (61.72% from 255) = 36.51%

 GREEN value IS 60 (23.83% from 255) = 13.95%

 BLUE value IS 213 (83.59% from 255) = 49.53%

R = 36.51%
G = 13.95%
B = 49.53%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9D3CD5 (or 0x9D3CD5) is known color: Dark Orchid. HEX triplet: 9D, 3C and D5. RGB value is (157,60,213). Sum of RGB (Red+Green+Blue) = 157+60+213=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 213 (83.59% from 255 or 49.53% from 430); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D3CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3CD5 is #62C32A. Grayscale: #696969. Windows color (decimal): -6472491 or 13974685. OLE color: 13974685.

HSL color Cylindrical-coordinate representation of color #9D3CD5: hue angle of 278.04º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D3CD5 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 60 213 -
CMYK 0.26 0.72 0 0.16
HSL 278.04º 0.65% 0.54% -
HSV(B) 278.04º 0.72% 0.84% -
XYZ 27.53 15.2 64.43 -
YUV 106.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 157 60 213 0.26 0.72 0 0.16 278.04 0.65 0.54
Hex 9D 3C D5 1A 48 0 10 116 41 36
Octal 235 74 325 32 110 0 20 426 101 66
Binary 10011101 111100 11010101 11010 1001000 0 10000 100010110 1000001 110110

Color Harmonies of #9D3CD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3CD5

Black with #9D3CD5

Text Example


Text Example

White with #9D3CD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D3CD5; }

 p { color: rgb(157,60,213); }

 H1.HeaderClassName
 {
   color: #9D3CD5;
 }
 .AnyTagClassName
 {
   color: #9D3CD5;
 }
</style>

background-color css

<style>
 a { background-color: #9D3CD5; }

 a { background-color: rgb(157,60,213); }

 div.DivClassName
 {
   background-color: #9D3CD5;
 }
 .BgClassName
 {
   background-color: #9D3CD5;
 }
</style>

border-color css

<style>
 span { border-color: #9D3CD5; }

 span { border-color: rgb(157,60,213); }

 td.TdClassName
 {
   border-color: #9D3CD5;
 }
 .TagClassName
 {
   border-color: #9D3CD5;
 }
</style>