Html Css Color HEX #9636FC Blue Violet

📋 copy color: '#9636FC'

red 150 ◦ green 54 ◦ blue 252

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

Shades of Blue Violet #9636FC

Tints of Blue Violet #9636FC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.84%

 BLUE value IS 252 (98.83% from 255) = 55.26%

R = 32.89%
G = 11.84%
B = 55.26%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9636FC (or 0x9636FC) is known color: Blue Violet. HEX triplet: 96, 36 and FC. RGB value is (150,54,252). Sum of RGB (Red+Green+Blue) = 150+54+252=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #9636FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9636FC is #69C903. Grayscale: #686868. Windows color (decimal): -6932740 or 16529046. OLE color: 16529046.

HSL color Cylindrical-coordinate representation of color #9636FC: hue angle of 269.09º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9636FC is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 54 252 -
CMYK 0.40 0.79 0 0.01
HSL 269.09º 0.97% 0.6% -
HSV(B) 269.09º 0.79% 0.99% -
XYZ 31.47 16.15 93.55 -
YUV 105.28 210.8 159.9 -
System Red Green Blue C M Y K H S L
Decimal 150 54 252 0.40 0.79 0 0.01 269.09 0.97 0.6
Hex 96 36 FC 28 4F 0 1 10D 61 3C
Octal 226 66 374 50 117 0 1 415 141 74
Binary 10010110 110110 11111100 101000 1001111 0 1 100001101 1100001 111100

Color Harmonies of #9636FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9636FC

Black with #9636FC

Text Example


Text Example

White with #9636FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9636FC; }

 p { color: rgb(150,54,252); }

 H1.HeaderClassName
 {
   color: #9636FC;
 }
 .AnyTagClassName
 {
   color: #9636FC;
 }
</style>

background-color css

<style>
 a { background-color: #9636FC; }

 a { background-color: rgb(150,54,252); }

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

border-color css

<style>
 span { border-color: #9636FC; }

 span { border-color: rgb(150,54,252); }

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