Html Css Color HEX #9B4BDE Dark Orchid

📋 copy color: '#9B4BDE'

red 155 ◦ green 75 ◦ blue 222

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

Shades of Dark Orchid #9B4BDE

Tints of Dark Orchid #9B4BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.12%

R = 34.29%
G = 16.59%
B = 49.12%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9B4BDE (or 0x9B4BDE) is known color: Dark Orchid. HEX triplet: 9B, 4B and DE. RGB value is (155,75,222). Sum of RGB (Red+Green+Blue) = 155+75+222=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B4BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B4BDE is #64B421. Grayscale: #737373. Windows color (decimal): -6599714 or 14568347. OLE color: 14568347.

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

Color convert

RGB 155 75 222 -
CMYK 0.30 0.66 0 0.13
HSL 272.65º 0.69% 0.58% -
HSV(B) 272.65º 0.66% 0.87% -
XYZ 29.22 17.27 70.9 -
YUV 115.68 188 156.05 -
System Red Green Blue C M Y K H S L
Decimal 155 75 222 0.30 0.66 0 0.13 272.65 0.69 0.58
Hex 9B 4B DE 1E 42 0 D 111 45 3A
Octal 233 113 336 36 102 0 15 421 105 72
Binary 10011011 1001011 11011110 11110 1000010 0 1101 100010001 1000101 111010

Color Harmonies of #9B4BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4BDE

Black with #9B4BDE

Text Example


Text Example

White with #9B4BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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