Html Css Color HEX #9631FB Blue Violet

📋 copy color: '#9631FB'

red 150 ◦ green 49 ◦ blue 251

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

Shades of Blue Violet #9631FB

Tints of Blue Violet #9631FB

RGB

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

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

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

R = 33.33%
G = 10.89%
B = 55.78%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9631FB (or 0x9631FB) is known color: Blue Violet. HEX triplet: 96, 31 and FB. RGB value is (150,49,251). Sum of RGB (Red+Green+Blue) = 150+49+251=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #9631FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9631FB is #69CE04. Grayscale: #656565. Windows color (decimal): -6934021 or 16462230. OLE color: 16462230.

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

Color convert

RGB 150 49 251 -
CMYK 0.40 0.80 0 0.02
HSL 270º 0.96% 0.59% -
HSV(B) 270º 0.8% 0.98% -
XYZ 31.09 15.65 92.65 -
YUV 102.23 211.96 162.07 -
System Red Green Blue C M Y K H S L
Decimal 150 49 251 0.40 0.80 0 0.02 270 0.96 0.59
Hex 96 31 FB 28 50 0 2 10E 60 3B
Octal 226 61 373 50 120 0 2 416 140 73
Binary 10010110 110001 11111011 101000 1010000 0 10 100001110 1100000 111011

Color Harmonies of #9631FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9631FB

Black with #9631FB

Text Example


Text Example

White with #9631FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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