Html Css Color HEX #9631FF Blue Violet

📋 copy color: '#9631FF'

red 150 ◦ green 49 ◦ blue 255

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

Shades of Blue Violet #9631FF

Tints of Blue Violet #9631FF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.79%

 BLUE value IS 255 (100% from 255) = 56.17%

R = 33.04%
G = 10.79%
B = 56.17%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9631FF (or 0x9631FF) is known color: Blue Violet. HEX triplet: 96, 31 and FF. RGB value is (150,49,255). Sum of RGB (Red+Green+Blue) = 150+49+255=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #9631FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9631FF is #69CE00. Grayscale: #656565. Windows color (decimal): -6934017 or 16724374. OLE color: 16724374.

HSL color Cylindrical-coordinate representation of color #9631FF: hue angle of 269.42º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9631FF is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 49 255 -
CMYK 0.41 0.81 0 0
HSL 269.42º 1% 0.6% -
HSV(B) 269.42º 0.81% 1% -
XYZ 31.73 15.9 96 -
YUV 102.68 213.96 161.75 -
System Red Green Blue C M Y K H S L
Decimal 150 49 255 0.41 0.81 0 0 269.42 1 0.6
Hex 96 31 FF 29 51 0 0 10D 64 3C
Octal 226 61 377 51 121 0 0 415 144 74
Binary 10010110 110001 11111111 101001 1010001 0 0 100001101 1100100 111100

Color Harmonies of #9631FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9631FF

Black with #9631FF

Text Example


Text Example

White with #9631FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9631FF; }

 p { color: rgb(150,49,255); }

 H1.HeaderClassName
 {
   color: #9631FF;
 }
 .AnyTagClassName
 {
   color: #9631FF;
 }
</style>

background-color css

<style>
 a { background-color: #9631FF; }

 a { background-color: rgb(150,49,255); }

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

border-color css

<style>
 span { border-color: #9631FF; }

 span { border-color: rgb(150,49,255); }

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