Html Css Color HEX #9630EE Blue Violet

📋 copy color: '#9630EE'

red 150 ◦ green 48 ◦ blue 238

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

Shades of Blue Violet #9630EE

Tints of Blue Violet #9630EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.59%

R = 34.4%
G = 11.01%
B = 54.59%

CMYK

 C value IS 0.37

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9630EE (or 0x9630EE) is known color: Blue Violet. HEX triplet: 96, 30 and EE. RGB value is (150,48,238). Sum of RGB (Red+Green+Blue) = 150+48+238=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #9630EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9630EE is #69CF11. Grayscale: #636363. Windows color (decimal): -6934290 or 15610006. OLE color: 15610006.

HSL color Cylindrical-coordinate representation of color #9630EE: hue angle of 272.21º degrees, saturation: 0.85, 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 #9630EE is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 48 238 -
CMYK 0.37 0.80 0 0.07
HSL 272.21º 0.85% 0.56% -
HSV(B) 272.21º 0.8% 0.93% -
XYZ 29.07 14.77 82.21 -
YUV 100.16 205.79 163.55 -
System Red Green Blue C M Y K H S L
Decimal 150 48 238 0.37 0.80 0 0.07 272.21 0.85 0.56
Hex 96 30 EE 25 50 0 7 110 55 38
Octal 226 60 356 45 120 0 7 420 125 70
Binary 10010110 110000 11101110 100101 1010000 0 111 100010000 1010101 111000

Color Harmonies of #9630EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9630EE

Black with #9630EE

Text Example


Text Example

White with #9630EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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