#9B27CD

Color #9B27CD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9B27CD

Tints of Dark Orchid #9B27CD

Color information

#9B27CD (or 0x9B27CD) is unknown color: approx Dark Orchid. HEX triplet: 9B, 27 and CD. RGB value is (155,39,205). Sum of RGB (Red+Green+Blue) = 155+39+205=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B27CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B27CD is #64D832. Grayscale: #5C5C5C. Windows color (decimal): -6608947 or 13445019. OLE color: 13445019.

HSL color Cylindrical-coordinate representation of color #9B27CD: hue angle of 281.93º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B27CD is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15539205-
CMYK0.240.8100.20
HSL281.93º68.03%47.84%-
HSV(B)281.93º80.98%80.39%-
XYZ25.2612.8358.9-
YUV92.61191.43172.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.85%
GREEN value IS 39 (15.62% from 255) = 9.77%
BLUE value IS 205 (80.47% from 255) = 51.38%
R=38.85%
G=9.77%
B=51.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155392050.240.8100.20281.9368.0347.84
Hex9B27CD185101411a4430
Octal233473153012102443210460
Binary10011011100111110011011100010100010101001000110101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B27CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B27CD;
 }
 .AnyTagClassName
 {
   color: #9B27CD;
 }
</style>
background-color css

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

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

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

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

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

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