Html Css Color HEX #9631EB Blue Violet

📋 copy color: '#9631EB'

red 150 ◦ green 49 ◦ blue 235

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

Shades of Blue Violet #9631EB

Tints of Blue Violet #9631EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.15%

R = 34.56%
G = 11.29%
B = 54.15%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9631EB (or 0x9631EB) is known color: Blue Violet. HEX triplet: 96, 31 and EB. RGB value is (150,49,235). Sum of RGB (Red+Green+Blue) = 150+49+235=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #9631EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9631EB is #69CE14. Grayscale: #636363. Windows color (decimal): -6934037 or 15413654. OLE color: 15413654.

HSL color Cylindrical-coordinate representation of color #9631EB: hue angle of 272.58º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9631EB is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 49 235 -
CMYK 0.36 0.79 0 0.08
HSL 272.58º 0.82% 0.56% -
HSV(B) 272.58º 0.79% 0.92% -
XYZ 28.67 14.68 79.92 -
YUV 100.4 203.96 163.38 -
System Red Green Blue C M Y K H S L
Decimal 150 49 235 0.36 0.79 0 0.08 272.58 0.82 0.56
Hex 96 31 EB 24 4F 0 8 111 52 38
Octal 226 61 353 44 117 0 10 421 122 70
Binary 10010110 110001 11101011 100100 1001111 0 1000 100010001 1010010 111000

Color Harmonies of #9631EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9631EB

Black with #9631EB

Text Example


Text Example

White with #9631EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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