Html Css Color HEX #9630EC Blue Violet

📋 copy color: '#9630EC'

red 150 ◦ green 48 ◦ blue 236

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

Shades of Blue Violet #9630EC

Tints of Blue Violet #9630EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 34.56%
G = 11.06%
B = 54.38%

CMYK

 C value IS 0.36

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9630EC (or 0x9630EC) is known color: Blue Violet. HEX triplet: 96, 30 and EC. RGB value is (150,48,236). Sum of RGB (Red+Green+Blue) = 150+48+236=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #9630EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9630EC is #69CF13. Grayscale: #636363. Windows color (decimal): -6934292 or 15478934. OLE color: 15478934.

HSL color Cylindrical-coordinate representation of color #9630EC: hue angle of 272.55º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9630EC is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 48 236 -
CMYK 0.36 0.80 0 0.07
HSL 272.55º 0.83% 0.56% -
HSV(B) 272.55º 0.8% 0.93% -
XYZ 28.77 14.65 80.67 -
YUV 99.93 204.79 163.71 -
System Red Green Blue C M Y K H S L
Decimal 150 48 236 0.36 0.80 0 0.07 272.55 0.83 0.56
Hex 96 30 EC 24 50 0 7 111 53 38
Octal 226 60 354 44 120 0 7 421 123 70
Binary 10010110 110000 11101100 100100 1010000 0 111 100010001 1010011 111000

Color Harmonies of #9630EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9630EC

Black with #9630EC

Text Example


Text Example

White with #9630EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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