Html Css Color HEX #9215E4 Blue Violet

📋 copy color: '#9215E4'

red 146 ◦ green 21 ◦ blue 228

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

Shades of Blue Violet #9215E4

Tints of Blue Violet #9215E4

RGB

 RED value IS 146 (57.42% from 255) = 36.96%

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

 BLUE value IS 228 (89.45% from 255) = 57.72%

R = 36.96%
G = 5.32%
B = 57.72%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9215E4 (or 0x9215E4) is known color: Blue Violet. HEX triplet: 92, 15 and E4. RGB value is (146,21,228). Sum of RGB (Red+Green+Blue) = 146+21+228=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 228 (89.45% from 255 or 57.72% from 395); Max value from RGB is 228 - color contains mainly: blue. Hex color #9215E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9215E4 is #6DEA1B. Grayscale: #515151. Windows color (decimal): -7203356 or 14947730. OLE color: 14947730.

HSL color Cylindrical-coordinate representation of color #9215E4: hue angle of 276.23º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9215E4 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 146 21 228 -
CMYK 0.36 0.91 0 0.11
HSL 276.23º 0.83% 0.49% -
HSV(B) 276.23º 0.91% 0.89% -
XYZ 26.13 12.25 74.39 -
YUV 81.97 210.41 173.67 -
System Red Green Blue C M Y K H S L
Decimal 146 21 228 0.36 0.91 0 0.11 276.23 0.83 0.49
Hex 92 15 E4 24 5B 0 B 114 53 31
Octal 222 25 344 44 133 0 13 424 123 61
Binary 10010010 10101 11100100 100100 1011011 0 1011 100010100 1010011 110001

Color Harmonies of #9215E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9215E4

Black with #9215E4

Text Example


Text Example

White with #9215E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9215E4; }

 p { color: rgb(146,21,228); }

 H1.HeaderClassName
 {
   color: #9215E4;
 }
 .AnyTagClassName
 {
   color: #9215E4;
 }
</style>

background-color css

<style>
 a { background-color: #9215E4; }

 a { background-color: rgb(146,21,228); }

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

border-color css

<style>
 span { border-color: #9215E4; }

 span { border-color: rgb(146,21,228); }

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