Html Css Color HEX #9616ED Blue Violet

📋 copy color: '#9616ED'

red 150 ◦ green 22 ◦ blue 237

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

Shades of Blue Violet #9616ED

Tints of Blue Violet #9616ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.95%

R = 36.67%
G = 5.38%
B = 57.95%

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

#9616ED (or 0x9616ED) is known color: Blue Violet. HEX triplet: 96, 16 and ED. RGB value is (150,22,237). Sum of RGB (Red+Green+Blue) = 150+22+237=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #9616ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9616ED is #69E912. Grayscale: #545454. Windows color (decimal): -6940947 or 15537814. OLE color: 15537814.

HSL color Cylindrical-coordinate representation of color #9616ED: hue angle of 275.72º 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 #9616ED is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 22 237 -
CMYK 0.37 0.91 0 0.07
HSL 275.72º 0.86% 0.51% -
HSV(B) 275.72º 0.91% 0.93% -
XYZ 28.15 13.17 81.18 -
YUV 84.78 213.91 174.52 -
System Red Green Blue C M Y K H S L
Decimal 150 22 237 0.37 0.91 0 0.07 275.72 0.86 0.51
Hex 96 16 ED 25 5B 0 7 114 56 33
Octal 226 26 355 45 133 0 7 424 126 63
Binary 10010110 10110 11101101 100101 1011011 0 111 100010100 1010110 110011

Color Harmonies of #9616ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9616ED

Black with #9616ED

Text Example


Text Example

White with #9616ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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