Html Css Color HEX #95279C Vivid Violet

📋 copy color: '#95279C'

red 149 ◦ green 39 ◦ blue 156

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

Shades of Vivid Violet #95279C

Tints of Vivid Violet #95279C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.34%

 BLUE value IS 156 (61.33% from 255) = 45.35%

R = 43.31%
G = 11.34%
B = 45.35%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#95279C (or 0x95279C) is known color: Vivid Violet. HEX triplet: 95, 27 and 9C. RGB value is (149,39,156). Sum of RGB (Red+Green+Blue) = 149+39+156=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #95279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95279C is #6AD863. Grayscale: #545454. Windows color (decimal): -7002212 or 10233749. OLE color: 10233749.

HSL color Cylindrical-coordinate representation of color #95279C: hue angle of 296.41º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #95279C is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 39 156 -
CMYK 0.04 0.75 0 0.39
HSL 296.41º 0.6% 0.38% -
HSV(B) 296.41º 0.75% 0.61% -
XYZ 19.12 10.24 32.42 -
YUV 85.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 149 39 156 0.04 0.75 0 0.39 296.41 0.6 0.38
Hex 95 27 9C 4 4B 0 27 128 3C 26
Octal 225 47 234 4 113 0 47 450 74 46
Binary 10010101 100111 10011100 100 1001011 0 100111 100101000 111100 100110

Color Harmonies of #95279C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95279C

Black with #95279C

Text Example


Text Example

White with #95279C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95279C; }

 p { color: rgb(149,39,156); }

 H1.HeaderClassName
 {
   color: #95279C;
 }
 .AnyTagClassName
 {
   color: #95279C;
 }
</style>

background-color css

<style>
 a { background-color: #95279C; }

 a { background-color: rgb(149,39,156); }

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

border-color css

<style>
 span { border-color: #95279C; }

 span { border-color: rgb(149,39,156); }

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