#9835DE

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

Shades of Blue Violet #9835DE

Tints of Blue Violet #9835DE

Color information

#9835DE (or 0x9835DE) is unknown color: approx Blue Violet. HEX triplet: 98, 35 and DE. RGB value is (152,53,222). Sum of RGB (Red+Green+Blue) = 152+53+222=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #9835DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9835DE is #67CA21. Grayscale: #656565. Windows color (decimal): -6801954 or 14562712. OLE color: 14562712.

HSL color Cylindrical-coordinate representation of color #9835DE: hue angle of 275.15º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9835DE is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15253222-
CMYK0.320.7600.13
HSL275.15º71.91%53.92%-
HSV(B)275.15º76.13%87.06%-
XYZ27.4114.570.46-
YUV101.87195.8163.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.60%
GREEN value IS 53 (21.09% from 255) = 12.41%
BLUE value IS 222 (87.11% from 255) = 51.99%
R=35.60%
G=12.41%
B=51.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal152532220.320.7600.13275.1571.9153.92
Hex9835DE204C0D1134836
Octal230653364011401542311066
Binary10011000110101110111101000001001100011011000100111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9835DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9835DE; }

 p { color: rgb(152,53,222); }

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

<style>
 a { background-color: #9835DE; }

 a { background-color: rgb(152,53,222); }

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

<style>
 span { border-color: #9835DE; }

 span { border-color: rgb(152,53,222); }

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