Html Css Color HEX #9B27BB Dark Orchid

📋 copy color: '#9B27BB'

red 155 ◦ green 39 ◦ blue 187

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

Shades of Dark Orchid #9B27BB

Tints of Dark Orchid #9B27BB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.24%

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 40.68%
G = 10.24%
B = 49.08%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9B27BB (or 0x9B27BB) is known color: Dark Orchid. HEX triplet: 9B, 27 and BB. RGB value is (155,39,187). Sum of RGB (Red+Green+Blue) = 155+39+187=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B27BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B27BB is #64D844. Grayscale: #5A5A5A. Windows color (decimal): -6608965 or 12265371. OLE color: 12265371.

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

Color convert

RGB 155 39 187 -
CMYK 0.17 0.79 0 0.27
HSL 287.03º 0.65% 0.44% -
HSV(B) 287.03º 0.79% 0.73% -
XYZ 23.21 12.01 48.11 -
YUV 90.56 182.43 173.97 -
System Red Green Blue C M Y K H S L
Decimal 155 39 187 0.17 0.79 0 0.27 287.03 0.65 0.44
Hex 9B 27 BB 11 4F 0 1B 11F 41 2C
Octal 233 47 273 21 117 0 33 437 101 54
Binary 10011011 100111 10111011 10001 1001111 0 11011 100011111 1000001 101100

Color Harmonies of #9B27BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B27BB

Black with #9B27BB

Text Example


Text Example

White with #9B27BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,39,187); }

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

background-color css

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

 a { background-color: rgb(155,39,187); }

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

border-color css

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

 span { border-color: rgb(155,39,187); }

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