Html Css Color HEX #9B2CDC Dark Orchid

📋 copy color: '#9B2CDC'

red 155 ◦ green 44 ◦ blue 220

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

Shades of Dark Orchid #9B2CDC

Tints of Dark Orchid #9B2CDC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.5%

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

R = 36.99%
G = 10.5%
B = 52.51%

CMYK

 C value IS 0.30

 M value IS 0.8

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B2CDC (or 0x9B2CDC) is known color: Dark Orchid. HEX triplet: 9B, 2C and DC. RGB value is (155,44,220). Sum of RGB (Red+Green+Blue) = 155+44+220=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B2CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2CDC is #64D323. Grayscale: #606060. Windows color (decimal): -6607652 or 14429339. OLE color: 14429339.

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

Color convert

RGB 155 44 220 -
CMYK 0.30 0.8 0 0.14
HSL 277.84º 0.72% 0.52% -
HSV(B) 277.84º 0.8% 0.86% -
XYZ 27.34 13.94 68.96 -
YUV 97.25 197.27 169.19 -
System Red Green Blue C M Y K H S L
Decimal 155 44 220 0.30 0.8 0 0.14 277.84 0.72 0.52
Hex 9B 2C DC 1E 50 0 E 116 48 34
Octal 233 54 334 36 120 0 16 426 110 64
Binary 10011011 101100 11011100 11110 1010000 0 1110 100010110 1001000 110100

Color Harmonies of #9B2CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2CDC

Black with #9B2CDC

Text Example


Text Example

White with #9B2CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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