#9C35F1

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

Shades of Blue Violet #9C35F1

Tints of Blue Violet #9C35F1

Color information

#9C35F1 (or 0x9C35F1) is unknown color: approx Blue Violet. HEX triplet: 9C, 35 and F1. RGB value is (156,53,241). Sum of RGB (Red+Green+Blue) = 156+53+241=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 241 (94.53% from 255 or 53.56% from 450); Max value from RGB is 241 - color contains mainly: blue. Hex color #9C35F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C35F1 is #63CA0E. Grayscale: #686868. Windows color (decimal): -6539791 or 15807900. OLE color: 15807900.

HSL color Cylindrical-coordinate representation of color #9C35F1: hue angle of 272.87º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C35F1 is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15653241-
CMYK0.350.7800.05
HSL272.87º87.04%57.65%-
HSV(B)272.87º78.01%94.51%-
XYZ30.8615.9684.67-
YUV105.23204.62164.21-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 53 (21.09% from 255) = 11.78%
BLUE value IS 241 (94.53% from 255) = 53.56%
R=34.67%
G=11.78%
B=53.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156532410.350.7800.05272.8787.0457.65
Hex9C35F1234E05111573a
Octal23465361431160542112772
Binary1001110011010111110001100011100111001011000100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C35F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,53,241); }

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

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

 a { background-color: rgb(156,53,241); }

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

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

 span { border-color: rgb(156,53,241); }

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