Html Css Color HEX #9B1BCE Dark Orchid

📋 copy color: '#9B1BCE'

red 155 ◦ green 27 ◦ blue 206

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

Shades of Dark Orchid #9B1BCE

Tints of Dark Orchid #9B1BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 39.95%
G = 6.96%
B = 53.09%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9B1BCE (or 0x9B1BCE) is known color: Dark Orchid. HEX triplet: 9B, 1B and CE. RGB value is (155,27,206). Sum of RGB (Red+Green+Blue) = 155+27+206=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B1BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1BCE is #64E431. Grayscale: #555555. Windows color (decimal): -6612018 or 13507483. OLE color: 13507483.

HSL color Cylindrical-coordinate representation of color #9B1BCE: hue angle of 282.91º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B1BCE is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 27 206 -
CMYK 0.25 0.87 0 0.19
HSL 282.91º 0.77% 0.46% -
HSV(B) 282.91º 0.87% 0.81% -
XYZ 25.05 12.21 59.43 -
YUV 85.68 195.91 177.45 -
System Red Green Blue C M Y K H S L
Decimal 155 27 206 0.25 0.87 0 0.19 282.91 0.77 0.46
Hex 9B 1B CE 19 57 0 13 11B 4D 2E
Octal 233 33 316 31 127 0 23 433 115 56
Binary 10011011 11011 11001110 11001 1010111 0 10011 100011011 1001101 101110

Color Harmonies of #9B1BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1BCE

Black with #9B1BCE

Text Example


Text Example

White with #9B1BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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