Html Css Color HEX #9B1EBA Dark Orchid

📋 copy color: '#9B1EBA'

red 155 ◦ green 30 ◦ blue 186

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

Shades of Dark Orchid #9B1EBA

Tints of Dark Orchid #9B1EBA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.09%

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

R = 41.78%
G = 8.09%
B = 50.13%

CMYK

 C value IS 0.17

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B1EBA (or 0x9B1EBA) is known color: Dark Orchid. HEX triplet: 9B, 1E and BA. RGB value is (155,30,186). Sum of RGB (Red+Green+Blue) = 155+30+186=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1EBA is #64E145. Grayscale: #545454. Windows color (decimal): -6611270 or 12197531. OLE color: 12197531.

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

Color convert

RGB 155 30 186 -
CMYK 0.17 0.84 0 0.27
HSL 288.08º 0.72% 0.42% -
HSV(B) 288.08º 0.84% 0.73% -
XYZ 22.84 11.44 47.46 -
YUV 85.16 184.91 177.82 -
System Red Green Blue C M Y K H S L
Decimal 155 30 186 0.17 0.84 0 0.27 288.08 0.72 0.42
Hex 9B 1E BA 11 54 0 1B 120 48 2A
Octal 233 36 272 21 124 0 33 440 110 52
Binary 10011011 11110 10111010 10001 1010100 0 11011 100100000 1001000 101010

Color Harmonies of #9B1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1EBA

Black with #9B1EBA

Text Example


Text Example

White with #9B1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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