Html Css Color HEX #9B4BDC Dark Orchid

📋 copy color: '#9B4BDC'

red 155 ◦ green 75 ◦ blue 220

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

Shades of Dark Orchid #9B4BDC

Tints of Dark Orchid #9B4BDC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.67%

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

R = 34.44%
G = 16.67%
B = 48.89%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B4BDC (or 0x9B4BDC) is known color: Dark Orchid. HEX triplet: 9B, 4B and DC. RGB value is (155,75,220). Sum of RGB (Red+Green+Blue) = 155+75+220=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B4BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4BDC is #64B423. Grayscale: #727272. Windows color (decimal): -6599716 or 14437275. OLE color: 14437275.

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

Color convert

RGB 155 75 220 -
CMYK 0.30 0.66 0 0.14
HSL 273.1º 0.67% 0.58% -
HSV(B) 273.1º 0.66% 0.86% -
XYZ 28.95 17.17 69.5 -
YUV 115.45 187 156.21 -
System Red Green Blue C M Y K H S L
Decimal 155 75 220 0.30 0.66 0 0.14 273.1 0.67 0.58
Hex 9B 4B DC 1E 42 0 E 111 43 3A
Octal 233 113 334 36 102 0 16 421 103 72
Binary 10011011 1001011 11011100 11110 1000010 0 1110 100010001 1000011 111010

Color Harmonies of #9B4BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4BDC

Black with #9B4BDC

Text Example


Text Example

White with #9B4BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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