Html Css Color HEX #952698 Vivid Violet

📋 copy color: '#952698'

red 149 ◦ green 38 ◦ blue 152

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

Shades of Vivid Violet #952698

Tints of Vivid Violet #952698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.21%

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 43.95%
G = 11.21%
B = 44.84%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#952698 (or 0x952698) is known color: Vivid Violet. HEX triplet: 95, 26 and 98. RGB value is (149,38,152). Sum of RGB (Red+Green+Blue) = 149+38+152=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #952698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952698 is #6AD967. Grayscale: #535353. Windows color (decimal): -7002472 or 9971349. OLE color: 9971349.

HSL color Cylindrical-coordinate representation of color #952698: hue angle of 298.42º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #952698 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 38 152 -
CMYK 0.02 0.75 0 0.40
HSL 298.42º 0.6% 0.37% -
HSV(B) 298.42º 0.75% 0.6% -
XYZ 18.76 10.04 30.66 -
YUV 84.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 149 38 152 0.02 0.75 0 0.40 298.42 0.6 0.37
Hex 95 26 98 2 4B 0 28 12A 3C 25
Octal 225 46 230 2 113 0 50 452 74 45
Binary 10010101 100110 10011000 10 1001011 0 101000 100101010 111100 100101

Color Harmonies of #952698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952698

Black with #952698

Text Example


Text Example

White with #952698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952698; }

 p { color: rgb(149,38,152); }

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

background-color css

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

 a { background-color: rgb(149,38,152); }

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

border-color css

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

 span { border-color: rgb(149,38,152); }

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