Html Css Color HEX #9616EE Blue Violet

📋 copy color: '#9616EE'

red 150 ◦ green 22 ◦ blue 238

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

Shades of Blue Violet #9616EE

Tints of Blue Violet #9616EE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.37%

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

R = 36.59%
G = 5.37%
B = 58.05%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9616EE (or 0x9616EE) is known color: Blue Violet. HEX triplet: 96, 16 and EE. RGB value is (150,22,238). Sum of RGB (Red+Green+Blue) = 150+22+238=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 22 (8.98% from 255 or 5.37% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #9616EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9616EE is #69E911. Grayscale: #545454. Windows color (decimal): -6940946 or 15603350. OLE color: 15603350.

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

Color convert

RGB 150 22 238 -
CMYK 0.37 0.91 0 0.07
HSL 275.56º 0.86% 0.51% -
HSV(B) 275.56º 0.91% 0.93% -
XYZ 28.3 13.23 81.95 -
YUV 84.9 214.41 174.44 -
System Red Green Blue C M Y K H S L
Decimal 150 22 238 0.37 0.91 0 0.07 275.56 0.86 0.51
Hex 96 16 EE 25 5B 0 7 114 56 33
Octal 226 26 356 45 133 0 7 424 126 63
Binary 10010110 10110 11101110 100101 1011011 0 111 100010100 1010110 110011

Color Harmonies of #9616EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9616EE

Black with #9616EE

Text Example


Text Example

White with #9616EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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