Html Css Color HEX #9615EF Blue Violet

📋 copy color: '#9615EF'

red 150 ◦ green 21 ◦ blue 239

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

Shades of Blue Violet #9615EF

Tints of Blue Violet #9615EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.12%

 BLUE value IS 239 (93.75% from 255) = 58.29%

R = 36.59%
G = 5.12%
B = 58.29%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9615EF (or 0x9615EF) is known color: Blue Violet. HEX triplet: 96, 15 and EF. RGB value is (150,21,239). Sum of RGB (Red+Green+Blue) = 150+21+239=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #9615EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9615EF is #69EA10. Grayscale: #535353. Windows color (decimal): -6941201 or 15668630. OLE color: 15668630.

HSL color Cylindrical-coordinate representation of color #9615EF: hue angle of 275.5º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9615EF is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 21 239 -
CMYK 0.37 0.91 0 0.06
HSL 275.5º 0.87% 0.51% -
HSV(B) 275.5º 0.91% 0.94% -
XYZ 28.43 13.25 82.72 -
YUV 84.42 215.24 174.77 -
System Red Green Blue C M Y K H S L
Decimal 150 21 239 0.37 0.91 0 0.06 275.5 0.87 0.51
Hex 96 15 EF 25 5B 0 6 114 57 33
Octal 226 25 357 45 133 0 6 424 127 63
Binary 10010110 10101 11101111 100101 1011011 0 110 100010100 1010111 110011

Color Harmonies of #9615EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9615EF

Black with #9615EF

Text Example


Text Example

White with #9615EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9615EF; }

 p { color: rgb(150,21,239); }

 H1.HeaderClassName
 {
   color: #9615EF;
 }
 .AnyTagClassName
 {
   color: #9615EF;
 }
</style>

background-color css

<style>
 a { background-color: #9615EF; }

 a { background-color: rgb(150,21,239); }

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

border-color css

<style>
 span { border-color: #9615EF; }

 span { border-color: rgb(150,21,239); }

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