Html Css Color HEX #9935E6 Blue Violet

📋 copy color: '#9935E6'

red 153 ◦ green 53 ◦ blue 230

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

Shades of Blue Violet #9935E6

Tints of Blue Violet #9935E6

RGB

 RED value IS 153 (60.16% from 255) = 35.09%

 GREEN value IS 53 (21.09% from 255) = 12.16%

 BLUE value IS 230 (90.23% from 255) = 52.75%

R = 35.09%
G = 12.16%
B = 52.75%

CMYK

 C value IS 0.33

 M value IS 0.77

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9935E6 (or 0x9935E6) is known color: Blue Violet. HEX triplet: 99, 35 and E6. RGB value is (153,53,230). Sum of RGB (Red+Green+Blue) = 153+53+230=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 230 (90.23% from 255 or 52.75% from 436); Max value from RGB is 230 - color contains mainly: blue. Hex color #9935E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9935E6 is #66CA19. Grayscale: #666666. Windows color (decimal): -6736410 or 15087001. OLE color: 15087001.

HSL color Cylindrical-coordinate representation of color #9935E6: hue angle of 273.9º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9935E6 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 153 53 230 -
CMYK 0.33 0.77 0 0.10
HSL 273.9º 0.78% 0.55% -
HSV(B) 273.9º 0.77% 0.9% -
XYZ 28.69 15.03 76.25 -
YUV 103.08 199.63 163.61 -
System Red Green Blue C M Y K H S L
Decimal 153 53 230 0.33 0.77 0 0.10 273.9 0.78 0.55
Hex 99 35 E6 21 4D 0 A 112 4E 37
Octal 231 65 346 41 115 0 12 422 116 67
Binary 10011001 110101 11100110 100001 1001101 0 1010 100010010 1001110 110111

Color Harmonies of #9935E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9935E6

Black with #9935E6

Text Example


Text Example

White with #9935E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9935E6; }

 p { color: rgb(153,53,230); }

 H1.HeaderClassName
 {
   color: #9935E6;
 }
 .AnyTagClassName
 {
   color: #9935E6;
 }
</style>

background-color css

<style>
 a { background-color: #9935E6; }

 a { background-color: rgb(153,53,230); }

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

border-color css

<style>
 span { border-color: #9935E6; }

 span { border-color: rgb(153,53,230); }

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