Html Css Color HEX #9635FB Blue Violet

📋 copy color: '#9635FB'

red 150 ◦ green 53 ◦ blue 251

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

Shades of Blue Violet #9635FB

Tints of Blue Violet #9635FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.29%

R = 33.04%
G = 11.67%
B = 55.29%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9635FB (or 0x9635FB) is known color: Blue Violet. HEX triplet: 96, 35 and FB. RGB value is (150,53,251). Sum of RGB (Red+Green+Blue) = 150+53+251=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #9635FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9635FB is #69CA04. Grayscale: #676767. Windows color (decimal): -6932997 or 16463254. OLE color: 16463254.

HSL color Cylindrical-coordinate representation of color #9635FB: hue angle of 269.39º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9635FB is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 53 251 -
CMYK 0.40 0.79 0 0.02
HSL 269.39º 0.96% 0.6% -
HSV(B) 269.39º 0.79% 0.98% -
XYZ 31.26 16 92.71 -
YUV 104.58 210.64 160.4 -
System Red Green Blue C M Y K H S L
Decimal 150 53 251 0.40 0.79 0 0.02 269.39 0.96 0.6
Hex 96 35 FB 28 4F 0 2 10D 60 3C
Octal 226 65 373 50 117 0 2 415 140 74
Binary 10010110 110101 11111011 101000 1001111 0 10 100001101 1100000 111100

Color Harmonies of #9635FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9635FB

Black with #9635FB

Text Example


Text Example

White with #9635FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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