Html Css Color HEX #9B2DDC Dark Orchid

📋 copy color: '#9B2DDC'

red 155 ◦ green 45 ◦ blue 220

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

Shades of Dark Orchid #9B2DDC

Tints of Dark Orchid #9B2DDC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.71%

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

R = 36.9%
G = 10.71%
B = 52.38%

CMYK

 C value IS 0.30

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B2DDC (or 0x9B2DDC) is known color: Dark Orchid. HEX triplet: 9B, 2D and DC. RGB value is (155,45,220). Sum of RGB (Red+Green+Blue) = 155+45+220=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B2DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B2DDC is #64D223. Grayscale: #616161. Windows color (decimal): -6607396 or 14429595. OLE color: 14429595.

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

Color convert

RGB 155 45 220 -
CMYK 0.30 0.80 0 0.14
HSL 277.71º 0.71% 0.52% -
HSV(B) 277.71º 0.8% 0.86% -
XYZ 27.37 14.01 68.97 -
YUV 97.84 196.94 168.77 -
System Red Green Blue C M Y K H S L
Decimal 155 45 220 0.30 0.80 0 0.14 277.71 0.71 0.52
Hex 9B 2D DC 1E 50 0 E 116 47 34
Octal 233 55 334 36 120 0 16 426 107 64
Binary 10011011 101101 11011100 11110 1010000 0 1110 100010110 1000111 110100

Color Harmonies of #9B2DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2DDC

Black with #9B2DDC

Text Example


Text Example

White with #9B2DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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