Html Css Color HEX #9635DC Blue Violet

📋 copy color: '#9635DC'

red 150 ◦ green 53 ◦ blue 220

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

Shades of Blue Violet #9635DC

Tints of Blue Violet #9635DC

RGB

 RED value IS 150 (58.98% from 255) = 35.46%

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

 BLUE value IS 220 (86.33% from 255) = 52.01%

R = 35.46%
G = 12.53%
B = 52.01%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9635DC (or 0x9635DC) is known color: Blue Violet. HEX triplet: 96, 35 and DC. RGB value is (150,53,220). Sum of RGB (Red+Green+Blue) = 150+53+220=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #9635DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9635DC is #69CA23. Grayscale: #646464. Windows color (decimal): -6933028 or 14431638. OLE color: 14431638.

HSL color Cylindrical-coordinate representation of color #9635DC: hue angle of 274.85º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9635DC is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 53 220 -
CMYK 0.32 0.76 0 0.14
HSL 274.85º 0.7% 0.54% -
HSV(B) 274.85º 0.76% 0.86% -
XYZ 26.77 14.2 69.04 -
YUV 101.04 195.14 162.92 -
System Red Green Blue C M Y K H S L
Decimal 150 53 220 0.32 0.76 0 0.14 274.85 0.7 0.54
Hex 96 35 DC 20 4C 0 E 113 46 36
Octal 226 65 334 40 114 0 16 423 106 66
Binary 10010110 110101 11011100 100000 1001100 0 1110 100010011 1000110 110110

Color Harmonies of #9635DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9635DC

Black with #9635DC

Text Example


Text Example

White with #9635DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9635DC; }

 p { color: rgb(150,53,220); }

 H1.HeaderClassName
 {
   color: #9635DC;
 }
 .AnyTagClassName
 {
   color: #9635DC;
 }
</style>

background-color css

<style>
 a { background-color: #9635DC; }

 a { background-color: rgb(150,53,220); }

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

border-color css

<style>
 span { border-color: #9635DC; }

 span { border-color: rgb(150,53,220); }

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