Html Css Color HEX #9B27BF Dark Orchid

📋 copy color: '#9B27BF'

red 155 ◦ green 39 ◦ blue 191

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

Shades of Dark Orchid #9B27BF

Tints of Dark Orchid #9B27BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.61%

R = 40.26%
G = 10.13%
B = 49.61%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9B27BF (or 0x9B27BF) is known color: Dark Orchid. HEX triplet: 9B, 27 and BF. RGB value is (155,39,191). Sum of RGB (Red+Green+Blue) = 155+39+191=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B27BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B27BF is #64D840. Grayscale: #5A5A5A. Windows color (decimal): -6608961 or 12527515. OLE color: 12527515.

HSL color Cylindrical-coordinate representation of color #9B27BF: hue angle of 285.79º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B27BF is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 39 191 -
CMYK 0.19 0.80 0 0.25
HSL 285.79º 0.66% 0.45% -
HSV(B) 285.79º 0.8% 0.75% -
XYZ 23.65 12.18 50.4 -
YUV 91.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 155 39 191 0.19 0.80 0 0.25 285.79 0.66 0.45
Hex 9B 27 BF 13 50 0 19 11E 42 2D
Octal 233 47 277 23 120 0 31 436 102 55
Binary 10011011 100111 10111111 10011 1010000 0 11001 100011110 1000010 101101

Color Harmonies of #9B27BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B27BF

Black with #9B27BF

Text Example


Text Example

White with #9B27BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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