Html Css Color HEX #9613EE Blue Violet

📋 copy color: '#9613EE'

red 150 ◦ green 19 ◦ blue 238

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

Shades of Blue Violet #9613EE

Tints of Blue Violet #9613EE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.67%

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

R = 36.86%
G = 4.67%
B = 58.48%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9613EE (or 0x9613EE) is known color: Blue Violet. HEX triplet: 96, 13 and EE. RGB value is (150,19,238). Sum of RGB (Red+Green+Blue) = 150+19+238=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #9613EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9613EE is #69EC11. Grayscale: #525252. Windows color (decimal): -6941714 or 15602582. OLE color: 15602582.

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

Color convert

RGB 150 19 238 -
CMYK 0.37 0.92 0 0.07
HSL 275.89º 0.87% 0.5% -
HSV(B) 275.89º 0.92% 0.93% -
XYZ 28.24 13.12 81.93 -
YUV 83.14 215.4 175.69 -
System Red Green Blue C M Y K H S L
Decimal 150 19 238 0.37 0.92 0 0.07 275.89 0.87 0.5
Hex 96 13 EE 25 5C 0 7 114 57 32
Octal 226 23 356 45 134 0 7 424 127 62
Binary 10010110 10011 11101110 100101 1011100 0 111 100010100 1010111 110010

Color Harmonies of #9613EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9613EE

Black with #9613EE

Text Example


Text Example

White with #9613EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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