Html Css Color HEX #9636FA Blue Violet

📋 copy color: '#9636FA'

red 150 ◦ green 54 ◦ blue 250

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

Shades of Blue Violet #9636FA

Tints of Blue Violet #9636FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.07%

R = 33.04%
G = 11.89%
B = 55.07%

CMYK

 C value IS 0.4

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9636FA (or 0x9636FA) is known color: Blue Violet. HEX triplet: 96, 36 and FA. RGB value is (150,54,250). Sum of RGB (Red+Green+Blue) = 150+54+250=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 54 (21.48% from 255 or 11.89% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #9636FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9636FA is #69C905. Grayscale: #686868. Windows color (decimal): -6932742 or 16397974. OLE color: 16397974.

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

Color convert

RGB 150 54 250 -
CMYK 0.4 0.78 0 0.02
HSL 269.39º 0.95% 0.6% -
HSV(B) 269.39º 0.78% 0.98% -
XYZ 31.15 16.02 91.89 -
YUV 105.05 209.8 160.06 -
System Red Green Blue C M Y K H S L
Decimal 150 54 250 0.4 0.78 0 0.02 269.39 0.95 0.6
Hex 96 36 FA 28 4E 0 2 10D 5F 3C
Octal 226 66 372 50 116 0 2 415 137 74
Binary 10010110 110110 11111010 101000 1001110 0 10 100001101 1011111 111100

Color Harmonies of #9636FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9636FA

Black with #9636FA

Text Example


Text Example

White with #9636FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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