Html Css Color HEX #9415ED Blue Violet

📋 copy color: '#9415ED'

red 148 ◦ green 21 ◦ blue 237

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

Shades of Blue Violet #9415ED

Tints of Blue Violet #9415ED

RGB

 RED value IS 148 (58.2% from 255) = 36.45%

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

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

R = 36.45%
G = 5.17%
B = 58.37%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9415ED (or 0x9415ED) is known color: Blue Violet. HEX triplet: 94, 15 and ED. RGB value is (148,21,237). Sum of RGB (Red+Green+Blue) = 148+21+237=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 21 (8.59% from 255 or 5.17% 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 #9415ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9415ED is #6BEA12. Grayscale: #525252. Windows color (decimal): -7072275 or 15537556. OLE color: 15537556.

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

Color convert

RGB 148 21 237 -
CMYK 0.38 0.91 0 0.07
HSL 275.28º 0.86% 0.51% -
HSV(B) 275.28º 0.91% 0.93% -
XYZ 27.77 12.95 81.16 -
YUV 83.6 214.58 173.94 -
System Red Green Blue C M Y K H S L
Decimal 148 21 237 0.38 0.91 0 0.07 275.28 0.86 0.51
Hex 94 15 ED 26 5B 0 7 113 56 33
Octal 224 25 355 46 133 0 7 423 126 63
Binary 10010100 10101 11101101 100110 1011011 0 111 100010011 1010110 110011

Color Harmonies of #9415ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9415ED

Black with #9415ED

Text Example


Text Example

White with #9415ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,21,237); }

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

background-color css

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

 a { background-color: rgb(148,21,237); }

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

border-color css

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

 span { border-color: rgb(148,21,237); }

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