Html Css Color HEX #9D3BB9 Dark Orchid

📋 copy color: '#9D3BB9'

red 157 ◦ green 59 ◦ blue 185

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

Shades of Dark Orchid #9D3BB9

Tints of Dark Orchid #9D3BB9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.71%

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 39.15%
G = 14.71%
B = 46.13%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9D3BB9 (or 0x9D3BB9) is known color: Dark Orchid. HEX triplet: 9D, 3B and B9. RGB value is (157,59,185). Sum of RGB (Red+Green+Blue) = 157+59+185=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 59 (23.44% from 255 or 14.71% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #9D3BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3BB9 is #62C446. Grayscale: #666666. Windows color (decimal): -6472775 or 12139421. OLE color: 12139421.

HSL color Cylindrical-coordinate representation of color #9D3BB9: hue angle of 286.67º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D3BB9 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 59 185 -
CMYK 0.15 0.68 0 0.27
HSL 286.67º 0.52% 0.48% -
HSV(B) 286.67º 0.68% 0.73% -
XYZ 24.23 13.8 47.29 -
YUV 102.67 174.47 166.75 -
System Red Green Blue C M Y K H S L
Decimal 157 59 185 0.15 0.68 0 0.27 286.67 0.52 0.48
Hex 9D 3B B9 F 44 0 1B 11F 34 30
Octal 235 73 271 17 104 0 33 437 64 60
Binary 10011101 111011 10111001 1111 1000100 0 11011 100011111 110100 110000

Color Harmonies of #9D3BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3BB9

Black with #9D3BB9

Text Example


Text Example

White with #9D3BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,59,185); }

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

background-color css

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

 a { background-color: rgb(157,59,185); }

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

border-color css

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

 span { border-color: rgb(157,59,185); }

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