Html Css Color HEX #9D34DB Dark Orchid

📋 copy color: '#9D34DB'

red 157 ◦ green 52 ◦ blue 219

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

Shades of Dark Orchid #9D34DB

Tints of Dark Orchid #9D34DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.15%

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 36.68%
G = 12.15%
B = 51.17%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D34DB (or 0x9D34DB) is known color: Dark Orchid. HEX triplet: 9D, 34 and DB. RGB value is (157,52,219). Sum of RGB (Red+Green+Blue) = 157+52+219=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 52 (20.70% from 255 or 12.15% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D34DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D34DB is #62CB24. Grayscale: #656565. Windows color (decimal): -6474533 or 14365853. OLE color: 14365853.

HSL color Cylindrical-coordinate representation of color #9D34DB: hue angle of 277.72º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D34DB is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 52 219 -
CMYK 0.28 0.76 0 0.14
HSL 277.72º 0.7% 0.53% -
HSV(B) 277.72º 0.76% 0.86% -
XYZ 27.92 14.74 68.39 -
YUV 102.43 193.79 166.92 -
System Red Green Blue C M Y K H S L
Decimal 157 52 219 0.28 0.76 0 0.14 277.72 0.7 0.53
Hex 9D 34 DB 1C 4C 0 E 116 46 35
Octal 235 64 333 34 114 0 16 426 106 65
Binary 10011101 110100 11011011 11100 1001100 0 1110 100010110 1000110 110101

Color Harmonies of #9D34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D34DB

Black with #9D34DB

Text Example


Text Example

White with #9D34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,52,219); }

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

background-color css

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

 a { background-color: rgb(157,52,219); }

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

border-color css

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

 span { border-color: rgb(157,52,219); }

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