Html Css Color HEX #9415E5 Blue Violet

📋 copy color: '#9415E5'

red 148 ◦ green 21 ◦ blue 229

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

Shades of Blue Violet #9415E5

Tints of Blue Violet #9415E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.54%

R = 37.19%
G = 5.28%
B = 57.54%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9415E5 (or 0x9415E5) is known color: Blue Violet. HEX triplet: 94, 15 and E5. RGB value is (148,21,229). Sum of RGB (Red+Green+Blue) = 148+21+229=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 229 (89.84% from 255 or 57.54% from 398); Max value from RGB is 229 - color contains mainly: blue. Hex color #9415E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9415E5 is #6BEA1A. Grayscale: #515151. Windows color (decimal): -7072283 or 15013268. OLE color: 15013268.

HSL color Cylindrical-coordinate representation of color #9415E5: hue angle of 276.63º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9415E5 is Cyan = 0.35, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 148 21 229 -
CMYK 0.35 0.91 0 0.10
HSL 276.63º 0.83% 0.49% -
HSV(B) 276.63º 0.91% 0.9% -
XYZ 26.62 12.49 75.14 -
YUV 82.69 210.58 174.59 -
System Red Green Blue C M Y K H S L
Decimal 148 21 229 0.35 0.91 0 0.10 276.63 0.83 0.49
Hex 94 15 E5 23 5B 0 A 115 53 31
Octal 224 25 345 43 133 0 12 425 123 61
Binary 10010100 10101 11100101 100011 1011011 0 1010 100010101 1010011 110001

Color Harmonies of #9415E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9415E5

Black with #9415E5

Text Example


Text Example

White with #9415E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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