Html Css Color HEX #951EA7 Vivid Violet

📋 copy color: '#951EA7'

red 149 ◦ green 30 ◦ blue 167

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

Shades of Vivid Violet #951EA7

Tints of Vivid Violet #951EA7

RGB

 RED value IS 149 (58.59% from 255) = 43.06%

 GREEN value IS 30 (12.11% from 255) = 8.67%

 BLUE value IS 167 (65.63% from 255) = 48.27%

R = 43.06%
G = 8.67%
B = 48.27%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#951EA7 (or 0x951EA7) is known color: Vivid Violet. HEX triplet: 95, 1E and A7. RGB value is (149,30,167). Sum of RGB (Red+Green+Blue) = 149+30+167=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 167 (65.62% from 255 or 48.27% from 346); Max value from RGB is 167 - color contains mainly: blue. Hex color #951EA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951EA7 is #6AE158. Grayscale: #505050. Windows color (decimal): -7004505 or 10952341. OLE color: 10952341.

HSL color Cylindrical-coordinate representation of color #951EA7: hue angle of 292.12º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #951EA7 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 30 167 -
CMYK 0.11 0.82 0 0.35
HSL 292.12º 0.7% 0.39% -
HSV(B) 292.12º 0.82% 0.65% -
XYZ 19.83 10.11 37.46 -
YUV 81.2 176.42 176.36 -
System Red Green Blue C M Y K H S L
Decimal 149 30 167 0.11 0.82 0 0.35 292.12 0.7 0.39
Hex 95 1E A7 B 52 0 23 124 46 27
Octal 225 36 247 13 122 0 43 444 106 47
Binary 10010101 11110 10100111 1011 1010010 0 100011 100100100 1000110 100111

Color Harmonies of #951EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951EA7

Black with #951EA7

Text Example


Text Example

White with #951EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951EA7; }

 p { color: rgb(149,30,167); }

 H1.HeaderClassName
 {
   color: #951EA7;
 }
 .AnyTagClassName
 {
   color: #951EA7;
 }
</style>

background-color css

<style>
 a { background-color: #951EA7; }

 a { background-color: rgb(149,30,167); }

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

border-color css

<style>
 span { border-color: #951EA7; }

 span { border-color: rgb(149,30,167); }

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