Html Css Color HEX #9628EE Blue Violet

📋 copy color: '#9628EE'

red 150 ◦ green 40 ◦ blue 238

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

Shades of Blue Violet #9628EE

Tints of Blue Violet #9628EE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.35%

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

R = 35.05%
G = 9.35%
B = 55.61%

CMYK

 C value IS 0.37

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9628EE (or 0x9628EE) is known color: Blue Violet. HEX triplet: 96, 28 and EE. RGB value is (150,40,238). Sum of RGB (Red+Green+Blue) = 150+40+238=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #9628EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9628EE is #69D711. Grayscale: #5E5E5E. Windows color (decimal): -6936338 or 15607958. OLE color: 15607958.

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

Color convert

RGB 150 40 238 -
CMYK 0.37 0.83 0 0.07
HSL 273.33º 0.85% 0.55% -
HSV(B) 273.33º 0.83% 0.93% -
XYZ 28.77 14.17 82.11 -
YUV 95.46 208.44 166.9 -
System Red Green Blue C M Y K H S L
Decimal 150 40 238 0.37 0.83 0 0.07 273.33 0.85 0.55
Hex 96 28 EE 25 53 0 7 111 55 37
Octal 226 50 356 45 123 0 7 421 125 67
Binary 10010110 101000 11101110 100101 1010011 0 111 100010001 1010101 110111

Color Harmonies of #9628EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9628EE

Black with #9628EE

Text Example


Text Example

White with #9628EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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