Html Css Color HEX #9D29DC Dark Orchid

📋 copy color: '#9D29DC'

red 157 ◦ green 41 ◦ blue 220

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

Shades of Dark Orchid #9D29DC

Tints of Dark Orchid #9D29DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.81%

 BLUE value IS 220 (86.33% from 255) = 52.63%

R = 37.56%
G = 9.81%
B = 52.63%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9D29DC (or 0x9D29DC) is known color: Dark Orchid. HEX triplet: 9D, 29 and DC. RGB value is (157,41,220). Sum of RGB (Red+Green+Blue) = 157+41+220=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D29DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D29DC is #62D623. Grayscale: #5F5F5F. Windows color (decimal): -6477348 or 14428573. OLE color: 14428573.

HSL color Cylindrical-coordinate representation of color #9D29DC: hue angle of 278.88º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D29DC is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 41 220 -
CMYK 0.29 0.81 0 0.14
HSL 278.88º 0.72% 0.51% -
HSV(B) 278.88º 0.81% 0.86% -
XYZ 27.62 13.92 68.94 -
YUV 96.09 197.93 171.45 -
System Red Green Blue C M Y K H S L
Decimal 157 41 220 0.29 0.81 0 0.14 278.88 0.72 0.51
Hex 9D 29 DC 1D 51 0 E 117 48 33
Octal 235 51 334 35 121 0 16 427 110 63
Binary 10011101 101001 11011100 11101 1010001 0 1110 100010111 1001000 110011

Color Harmonies of #9D29DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D29DC

Black with #9D29DC

Text Example


Text Example

White with #9D29DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,41,220); }

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

background-color css

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

 a { background-color: rgb(157,41,220); }

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

border-color css

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

 span { border-color: rgb(157,41,220); }

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