Html Css Color HEX #9B27BC Dark Orchid

📋 copy color: '#9B27BC'

red 155 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #9B27BC

Tints of Dark Orchid #9B27BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.21%

R = 40.58%
G = 10.21%
B = 49.21%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9B27BC (or 0x9B27BC) is known color: Dark Orchid. HEX triplet: 9B, 27 and BC. RGB value is (155,39,188). Sum of RGB (Red+Green+Blue) = 155+39+188=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B27BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B27BC is #64D843. Grayscale: #5A5A5A. Windows color (decimal): -6608964 or 12330907. OLE color: 12330907.

HSL color Cylindrical-coordinate representation of color #9B27BC: hue angle of 286.71º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B27BC is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 155 39 188 -
CMYK 0.18 0.79 0 0.26
HSL 286.71º 0.66% 0.45% -
HSV(B) 286.71º 0.79% 0.74% -
XYZ 23.32 12.05 48.67 -
YUV 90.67 182.93 173.88 -
System Red Green Blue C M Y K H S L
Decimal 155 39 188 0.18 0.79 0 0.26 286.71 0.66 0.45
Hex 9B 27 BC 12 4F 0 1A 11F 42 2D
Octal 233 47 274 22 117 0 32 437 102 55
Binary 10011011 100111 10111100 10010 1001111 0 11010 100011111 1000010 101101

Color Harmonies of #9B27BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B27BC

Black with #9B27BC

Text Example


Text Example

White with #9B27BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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