#9C3EEE

Color #9C3EEE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9C3EEE

Tints of Blue Violet #9C3EEE

Color information

#9C3EEE (or 0x9C3EEE) is unknown color: approx Blue Violet. HEX triplet: 9C, 3E and EE. RGB value is (156,62,238). Sum of RGB (Red+Green+Blue) = 156+62+238=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #9C3EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C3EEE is #63C111. Grayscale: #6D6D6D. Windows color (decimal): -6537490 or 15613596. OLE color: 15613596.

HSL color Cylindrical-coordinate representation of color #9C3EEE: hue angle of 272.05º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C3EEE is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15662238-
CMYK0.340.7400.07
HSL272.05º83.81%58.82%-
HSV(B)272.05º73.95%93.33%-
XYZ30.8716.6982.48-
YUV110.17200.14160.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.21%
GREEN value IS 62 (24.61% from 255) = 13.60%
BLUE value IS 238 (93.36% from 255) = 52.19%
R=34.21%
G=13.60%
B=52.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal156622380.340.7400.07272.0583.8158.82
Hex9C3EEE224A07110543b
Octal23476356421120742012473
Binary1001110011111011101110100010100101001111000100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,62,238); }

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

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

 a { background-color: rgb(156,62,238); }

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

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

 span { border-color: rgb(156,62,238); }

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