Html Css Color HEX #9B1CBA Dark Orchid

📋 copy color: '#9B1CBA'

red 155 ◦ green 28 ◦ blue 186

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

Shades of Dark Orchid #9B1CBA

Tints of Dark Orchid #9B1CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.59%

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

R = 42.01%
G = 7.59%
B = 50.41%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B1CBA (or 0x9B1CBA) is known color: Dark Orchid. HEX triplet: 9B, 1C and BA. RGB value is (155,28,186). Sum of RGB (Red+Green+Blue) = 155+28+186=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B1CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1CBA is #64E345. Grayscale: #535353. Windows color (decimal): -6611782 or 12197019. OLE color: 12197019.

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

Color convert

RGB 155 28 186 -
CMYK 0.17 0.85 0 0.27
HSL 288.23º 0.74% 0.42% -
HSV(B) 288.23º 0.85% 0.73% -
XYZ 22.8 11.34 47.44 -
YUV 83.99 185.58 178.65 -
System Red Green Blue C M Y K H S L
Decimal 155 28 186 0.17 0.85 0 0.27 288.23 0.74 0.42
Hex 9B 1C BA 11 55 0 1B 120 4A 2A
Octal 233 34 272 21 125 0 33 440 112 52
Binary 10011011 11100 10111010 10001 1010101 0 11011 100100000 1001010 101010

Color Harmonies of #9B1CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1CBA

Black with #9B1CBA

Text Example


Text Example

White with #9B1CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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