Html Css Color HEX #9D3EBD Dark Orchid

📋 copy color: '#9D3EBD'

red 157 ◦ green 62 ◦ blue 189

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

Shades of Dark Orchid #9D3EBD

Tints of Dark Orchid #9D3EBD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.2%

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 38.48%
G = 15.2%
B = 46.32%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9D3EBD (or 0x9D3EBD) is known color: Dark Orchid. HEX triplet: 9D, 3E and BD. RGB value is (157,62,189). Sum of RGB (Red+Green+Blue) = 157+62+189=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 62 (24.61% from 255 or 15.20% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #9D3EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3EBD is #62C142. Grayscale: #686868. Windows color (decimal): -6472003 or 12402333. OLE color: 12402333.

HSL color Cylindrical-coordinate representation of color #9D3EBD: hue angle of 284.88º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9D3EBD is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 62 189 -
CMYK 0.17 0.67 0 0.26
HSL 284.88º 0.51% 0.49% -
HSV(B) 284.88º 0.67% 0.74% -
XYZ 24.81 14.29 49.59 -
YUV 104.88 175.47 165.17 -
System Red Green Blue C M Y K H S L
Decimal 157 62 189 0.17 0.67 0 0.26 284.88 0.51 0.49
Hex 9D 3E BD 11 43 0 1A 11D 33 31
Octal 235 76 275 21 103 0 32 435 63 61
Binary 10011101 111110 10111101 10001 1000011 0 11010 100011101 110011 110001

Color Harmonies of #9D3EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3EBD

Black with #9D3EBD

Text Example


Text Example

White with #9D3EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,62,189); }

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

background-color css

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

 a { background-color: rgb(157,62,189); }

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

border-color css

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

 span { border-color: rgb(157,62,189); }

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