Html Css Color HEX #9632EE Blue Violet

📋 copy color: '#9632EE'

red 150 ◦ green 50 ◦ blue 238

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

Shades of Blue Violet #9632EE

Tints of Blue Violet #9632EE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.42%

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

R = 34.25%
G = 11.42%
B = 54.34%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9632EE (or 0x9632EE) is known color: Blue Violet. HEX triplet: 96, 32 and EE. RGB value is (150,50,238). Sum of RGB (Red+Green+Blue) = 150+50+238=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #9632EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9632EE is #69CD11. Grayscale: #646464. Windows color (decimal): -6933778 or 15610518. OLE color: 15610518.

HSL color Cylindrical-coordinate representation of color #9632EE: hue angle of 271.91º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9632EE is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 50 238 -
CMYK 0.37 0.79 0 0.07
HSL 271.91º 0.85% 0.56% -
HSV(B) 271.91º 0.79% 0.93% -
XYZ 29.15 14.94 82.24 -
YUV 101.33 205.13 162.71 -
System Red Green Blue C M Y K H S L
Decimal 150 50 238 0.37 0.79 0 0.07 271.91 0.85 0.56
Hex 96 32 EE 25 4F 0 7 110 55 38
Octal 226 62 356 45 117 0 7 420 125 70
Binary 10010110 110010 11101110 100101 1001111 0 111 100010000 1010101 111000

Color Harmonies of #9632EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9632EE

Black with #9632EE

Text Example


Text Example

White with #9632EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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