Html Css Color HEX #9613ED Blue Violet

📋 copy color: '#9613ED'

red 150 ◦ green 19 ◦ blue 237

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

Shades of Blue Violet #9613ED

Tints of Blue Violet #9613ED

RGB

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

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

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

R = 36.95%
G = 4.68%
B = 58.37%

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

#9613ED (or 0x9613ED) is known color: Blue Violet. HEX triplet: 96, 13 and ED. RGB value is (150,19,237). Sum of RGB (Red+Green+Blue) = 150+19+237=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #9613ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9613ED is #69EC12. Grayscale: #525252. Windows color (decimal): -6941715 or 15537046. OLE color: 15537046.

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

Color convert

RGB 150 19 237 -
CMYK 0.37 0.92 0 0.07
HSL 276.06º 0.86% 0.5% -
HSV(B) 276.06º 0.92% 0.93% -
XYZ 28.1 13.06 81.16 -
YUV 83.02 214.9 175.77 -
System Red Green Blue C M Y K H S L
Decimal 150 19 237 0.37 0.92 0 0.07 276.06 0.86 0.5
Hex 96 13 ED 25 5C 0 7 114 56 32
Octal 226 23 355 45 134 0 7 424 126 62
Binary 10010110 10011 11101101 100101 1011100 0 111 100010100 1010110 110010

Color Harmonies of #9613ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9613ED

Black with #9613ED

Text Example


Text Example

White with #9613ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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