Html Css Color HEX #9631DC Blue Violet

📋 copy color: '#9631DC'

red 150 ◦ green 49 ◦ blue 220

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

Shades of Blue Violet #9631DC

Tints of Blue Violet #9631DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.51%

R = 35.8%
G = 11.69%
B = 52.51%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9631DC (or 0x9631DC) is known color: Blue Violet. HEX triplet: 96, 31 and DC. RGB value is (150,49,220). Sum of RGB (Red+Green+Blue) = 150+49+220=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 49 (19.53% from 255 or 11.69% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #9631DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9631DC is #69CE23. Grayscale: #626262. Windows color (decimal): -6934052 or 14430614. OLE color: 14430614.

HSL color Cylindrical-coordinate representation of color #9631DC: hue angle of 275.44º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9631DC is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 49 220 -
CMYK 0.32 0.78 0 0.14
HSL 275.44º 0.71% 0.53% -
HSV(B) 275.44º 0.78% 0.86% -
XYZ 26.59 13.85 68.98 -
YUV 98.69 196.46 164.6 -
System Red Green Blue C M Y K H S L
Decimal 150 49 220 0.32 0.78 0 0.14 275.44 0.71 0.53
Hex 96 31 DC 20 4E 0 E 113 47 35
Octal 226 61 334 40 116 0 16 423 107 65
Binary 10010110 110001 11011100 100000 1001110 0 1110 100010011 1000111 110101

Color Harmonies of #9631DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9631DC

Black with #9631DC

Text Example


Text Example

White with #9631DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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