Html Css Color HEX #9B1BBE Dark Orchid

📋 copy color: '#9B1BBE'

red 155 ◦ green 27 ◦ blue 190

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

Shades of Dark Orchid #9B1BBE

Tints of Dark Orchid #9B1BBE

RGB

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

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

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

R = 41.67%
G = 7.26%
B = 51.08%

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

#9B1BBE (or 0x9B1BBE) is known color: Dark Orchid. HEX triplet: 9B, 1B and BE. RGB value is (155,27,190). Sum of RGB (Red+Green+Blue) = 155+27+190=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B1BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1BBE is #64E441. Grayscale: #535353. Windows color (decimal): -6612034 or 12458907. OLE color: 12458907.

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

Color convert

RGB 155 27 190 -
CMYK 0.18 0.86 0 0.25
HSL 287.12º 0.75% 0.43% -
HSV(B) 287.12º 0.86% 0.75% -
XYZ 23.2 11.47 49.71 -
YUV 83.85 187.91 178.75 -
System Red Green Blue C M Y K H S L
Decimal 155 27 190 0.18 0.86 0 0.25 287.12 0.75 0.43
Hex 9B 1B BE 12 56 0 19 11F 4B 2B
Octal 233 33 276 22 126 0 31 437 113 53
Binary 10011011 11011 10111110 10010 1010110 0 11001 100011111 1001011 101011

Color Harmonies of #9B1BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1BBE

Black with #9B1BBE

Text Example


Text Example

White with #9B1BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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