Html Css Color HEX #9B1ABE Dark Orchid

📋 copy color: '#9B1ABE'

red 155 ◦ green 26 ◦ blue 190

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

Shades of Dark Orchid #9B1ABE

Tints of Dark Orchid #9B1ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.01%

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

R = 41.78%
G = 7.01%
B = 51.21%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B1ABE (or 0x9B1ABE) is known color: Dark Orchid. HEX triplet: 9B, 1A and BE. RGB value is (155,26,190). Sum of RGB (Red+Green+Blue) = 155+26+190=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B1ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1ABE is #64E541. Grayscale: #525252. Windows color (decimal): -6612290 or 12458651. OLE color: 12458651.

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

Color convert

RGB 155 26 190 -
CMYK 0.18 0.86 0 0.25
HSL 287.2º 0.76% 0.42% -
HSV(B) 287.2º 0.86% 0.75% -
XYZ 23.18 11.43 49.7 -
YUV 83.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 155 26 190 0.18 0.86 0 0.25 287.2 0.76 0.42
Hex 9B 1A BE 12 56 0 19 11F 4C 2A
Octal 233 32 276 22 126 0 31 437 114 52
Binary 10011011 11010 10111110 10010 1010110 0 11001 100011111 1001100 101010

Color Harmonies of #9B1ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1ABE

Black with #9B1ABE

Text Example


Text Example

White with #9B1ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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