Html Css Color HEX #9B29DC Dark Orchid

📋 copy color: '#9B29DC'

red 155 ◦ green 41 ◦ blue 220

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

Shades of Dark Orchid #9B29DC

Tints of Dark Orchid #9B29DC

RGB

 RED value IS 155 (60.94% from 255) = 37.26%

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

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

R = 37.26%
G = 9.86%
B = 52.88%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B29DC (or 0x9B29DC) is known color: Dark Orchid. HEX triplet: 9B, 29 and DC. RGB value is (155,41,220). Sum of RGB (Red+Green+Blue) = 155+41+220=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B29DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B29DC is #64D623. Grayscale: #5E5E5E. Windows color (decimal): -6608420 or 14428571. OLE color: 14428571.

HSL color Cylindrical-coordinate representation of color #9B29DC: hue angle of 278.21º 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 #9B29DC is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 41 220 -
CMYK 0.30 0.81 0 0.14
HSL 278.21º 0.72% 0.51% -
HSV(B) 278.21º 0.81% 0.86% -
XYZ 27.23 13.72 68.92 -
YUV 95.49 198.27 170.45 -
System Red Green Blue C M Y K H S L
Decimal 155 41 220 0.30 0.81 0 0.14 278.21 0.72 0.51
Hex 9B 29 DC 1E 51 0 E 116 48 33
Octal 233 51 334 36 121 0 16 426 110 63
Binary 10011011 101001 11011100 11110 1010001 0 1110 100010110 1001000 110011

Color Harmonies of #9B29DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B29DC

Black with #9B29DC

Text Example


Text Example

White with #9B29DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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