Html Css Color HEX #9B18BA Dark Orchid

📋 copy color: '#9B18BA'

red 155 ◦ green 24 ◦ blue 186

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

Shades of Dark Orchid #9B18BA

Tints of Dark Orchid #9B18BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.58%

 BLUE value IS 186 (73.05% from 255) = 50.96%

R = 42.47%
G = 6.58%
B = 50.96%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B18BA (or 0x9B18BA) is known color: Dark Orchid. HEX triplet: 9B, 18 and BA. RGB value is (155,24,186). Sum of RGB (Red+Green+Blue) = 155+24+186=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B18BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B18BA is #64E745. Grayscale: #515151. Windows color (decimal): -6612806 or 12195995. OLE color: 12195995.

HSL color Cylindrical-coordinate representation of color #9B18BA: hue angle of 288.52º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B18BA is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 24 186 -
CMYK 0.17 0.87 0 0.27
HSL 288.52º 0.77% 0.41% -
HSV(B) 288.52º 0.87% 0.73% -
XYZ 22.71 11.17 47.41 -
YUV 81.64 186.9 180.33 -
System Red Green Blue C M Y K H S L
Decimal 155 24 186 0.17 0.87 0 0.27 288.52 0.77 0.41
Hex 9B 18 BA 11 57 0 1B 121 4D 29
Octal 233 30 272 21 127 0 33 441 115 51
Binary 10011011 11000 10111010 10001 1010111 0 11011 100100001 1001101 101001

Color Harmonies of #9B18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B18BA

Black with #9B18BA

Text Example


Text Example

White with #9B18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,24,186); }

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

background-color css

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

 a { background-color: rgb(155,24,186); }

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

border-color css

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

 span { border-color: rgb(155,24,186); }

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