Html Css Color HEX #9635EA Blue Violet

📋 copy color: '#9635EA'

red 150 ◦ green 53 ◦ blue 234

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

Shades of Blue Violet #9635EA

Tints of Blue Violet #9635EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.55%

R = 34.32%
G = 12.13%
B = 53.55%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9635EA (or 0x9635EA) is known color: Blue Violet. HEX triplet: 96, 35 and EA. RGB value is (150,53,234). Sum of RGB (Red+Green+Blue) = 150+53+234=437 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.32% from 437); Green value is 53 (21.09% from 255 or 12.13% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #9635EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9635EA is #69CA15. Grayscale: #666666. Windows color (decimal): -6933014 or 15349142. OLE color: 15349142.

HSL color Cylindrical-coordinate representation of color #9635EA: hue angle of 272.15º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9635EA is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 53 234 -
CMYK 0.36 0.77 0 0.08
HSL 272.15º 0.81% 0.56% -
HSV(B) 272.15º 0.77% 0.92% -
XYZ 28.7 14.97 79.22 -
YUV 102.64 202.14 161.78 -
System Red Green Blue C M Y K H S L
Decimal 150 53 234 0.36 0.77 0 0.08 272.15 0.81 0.56
Hex 96 35 EA 24 4D 0 8 110 51 38
Octal 226 65 352 44 115 0 10 420 121 70
Binary 10010110 110101 11101010 100100 1001101 0 1000 100010000 1010001 111000

Color Harmonies of #9635EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9635EA

Black with #9635EA

Text Example


Text Example

White with #9635EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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