Html Css Color HEX #9630DC Blue Violet

📋 copy color: '#9630DC'

red 150 ◦ green 48 ◦ blue 220

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

Shades of Blue Violet #9630DC

Tints of Blue Violet #9630DC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.48%

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

R = 35.89%
G = 11.48%
B = 52.63%

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

#9630DC (or 0x9630DC) is known color: Blue Violet. HEX triplet: 96, 30 and DC. RGB value is (150,48,220). Sum of RGB (Red+Green+Blue) = 150+48+220=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #9630DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9630DC is #69CF23. Grayscale: #616161. Windows color (decimal): -6934308 or 14430358. OLE color: 14430358.

HSL color Cylindrical-coordinate representation of color #9630DC: hue angle of 275.58º 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 #9630DC is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 150 48 220 -
CMYK 0.32 0.78 0 0.14
HSL 275.58º 0.71% 0.53% -
HSV(B) 275.58º 0.78% 0.86% -
XYZ 26.55 13.77 68.97 -
YUV 98.11 196.79 165.01 -
System Red Green Blue C M Y K H S L
Decimal 150 48 220 0.32 0.78 0 0.14 275.58 0.71 0.53
Hex 96 30 DC 20 4E 0 E 114 47 35
Octal 226 60 334 40 116 0 16 424 107 65
Binary 10010110 110000 11011100 100000 1001110 0 1110 100010100 1000111 110101

Color Harmonies of #9630DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9630DC

Black with #9630DC

Text Example


Text Example

White with #9630DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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