Html Css Color HEX #9B18BE Dark Orchid

📋 copy color: '#9B18BE'

red 155 ◦ green 24 ◦ blue 190

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

Shades of Dark Orchid #9B18BE

Tints of Dark Orchid #9B18BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.49%

R = 42.01%
G = 6.5%
B = 51.49%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B18BE (or 0x9B18BE) is known color: Dark Orchid. HEX triplet: 9B, 18 and BE. RGB value is (155,24,190). Sum of RGB (Red+Green+Blue) = 155+24+190=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9B18BE is #64E741. Grayscale: #515151. Windows color (decimal): -6612802 or 12458139. OLE color: 12458139.

HSL color Cylindrical-coordinate representation of color #9B18BE: hue angle of 287.35º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B18BE is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 24 190 -
CMYK 0.18 0.87 0 0.25
HSL 287.35º 0.78% 0.42% -
HSV(B) 287.35º 0.87% 0.75% -
XYZ 23.14 11.34 49.68 -
YUV 82.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 155 24 190 0.18 0.87 0 0.25 287.35 0.78 0.42
Hex 9B 18 BE 12 57 0 19 11F 4E 2A
Octal 233 30 276 22 127 0 31 437 116 52
Binary 10011011 11000 10111110 10010 1010111 0 11001 100011111 1001110 101010

Color Harmonies of #9B18BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B18BE

Black with #9B18BE

Text Example


Text Example

White with #9B18BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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