Html Css Color HEX #9631DD Blue Violet

📋 copy color: '#9631DD'

red 150 ◦ green 49 ◦ blue 221

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

Shades of Blue Violet #9631DD

Tints of Blue Violet #9631DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.62%

R = 35.71%
G = 11.67%
B = 52.62%

CMYK

 C value IS 0.32

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9631DD (or 0x9631DD) is known color: Blue Violet. HEX triplet: 96, 31 and DD. RGB value is (150,49,221). Sum of RGB (Red+Green+Blue) = 150+49+221=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #9631DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9631DD is #69CE22. Grayscale: #626262. Windows color (decimal): -6934051 or 14496150. OLE color: 14496150.

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

Color convert

RGB 150 49 221 -
CMYK 0.32 0.78 0 0.13
HSL 275.23º 0.72% 0.53% -
HSV(B) 275.23º 0.78% 0.87% -
XYZ 26.73 13.9 69.68 -
YUV 98.81 196.96 164.51 -
System Red Green Blue C M Y K H S L
Decimal 150 49 221 0.32 0.78 0 0.13 275.23 0.72 0.53
Hex 96 31 DD 20 4E 0 D 113 48 35
Octal 226 61 335 40 116 0 15 423 110 65
Binary 10010110 110001 11011101 100000 1001110 0 1101 100010011 1001000 110101

Color Harmonies of #9631DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9631DD

Black with #9631DD

Text Example


Text Example

White with #9631DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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