Html Css Color HEX #9B1BD8 Dark Orchid

📋 copy color: '#9B1BD8'

red 155 ◦ green 27 ◦ blue 216

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

Shades of Dark Orchid #9B1BD8

Tints of Dark Orchid #9B1BD8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.78%

 BLUE value IS 216 (84.77% from 255) = 54.27%

R = 38.94%
G = 6.78%
B = 54.27%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9B1BD8 (or 0x9B1BD8) is known color: Dark Orchid. HEX triplet: 9B, 1B and D8. RGB value is (155,27,216). Sum of RGB (Red+Green+Blue) = 155+27+216=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 216 (84.77% from 255 or 54.27% from 398); Max value from RGB is 216 - color contains mainly: blue. Hex color #9B1BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1BD8 is #64E427. Grayscale: #565656. Windows color (decimal): -6612008 or 14162843. OLE color: 14162843.

HSL color Cylindrical-coordinate representation of color #9B1BD8: hue angle of 280.63º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B1BD8 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 27 216 -
CMYK 0.28 0.88 0 0.15
HSL 280.63º 0.78% 0.48% -
HSV(B) 280.63º 0.88% 0.85% -
XYZ 26.3 12.71 66.03 -
YUV 86.82 200.91 176.63 -
System Red Green Blue C M Y K H S L
Decimal 155 27 216 0.28 0.88 0 0.15 280.63 0.78 0.48
Hex 9B 1B D8 1C 58 0 F 119 4E 30
Octal 233 33 330 34 130 0 17 431 116 60
Binary 10011011 11011 11011000 11100 1011000 0 1111 100011001 1001110 110000

Color Harmonies of #9B1BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1BD8

Black with #9B1BD8

Text Example


Text Example

White with #9B1BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,27,216); }

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

background-color css

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

 a { background-color: rgb(155,27,216); }

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

border-color css

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

 span { border-color: rgb(155,27,216); }

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