Html Css Color HEX #942495 Vivid Violet

📋 copy color: '#942495'

red 148 ◦ green 36 ◦ blue 149

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

Shades of Vivid Violet #942495

Tints of Vivid Violet #942495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.81%

 BLUE value IS 149 (58.59% from 255) = 44.74%

R = 44.44%
G = 10.81%
B = 44.74%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#942495 (or 0x942495) is known color: Vivid Violet. HEX triplet: 94, 24 and 95. RGB value is (148,36,149). Sum of RGB (Red+Green+Blue) = 148+36+149=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 149 (58.59% from 255 or 44.74% from 333); Max value from RGB is 149 - color contains mainly: blue. Hex color #942495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #942495 is #6BDB6A. Grayscale: #525252. Windows color (decimal): -7068523 or 9774228. OLE color: 9774228.

HSL color Cylindrical-coordinate representation of color #942495: hue angle of 299.47º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #942495 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 36 149 -
CMYK 0.01 0.76 0 0.42
HSL 299.47º 0.61% 0.36% -
HSV(B) 299.47º 0.76% 0.58% -
XYZ 18.27 9.73 29.35 -
YUV 82.37 165.61 174.81 -
System Red Green Blue C M Y K H S L
Decimal 148 36 149 0.01 0.76 0 0.42 299.47 0.61 0.36
Hex 94 24 95 1 4C 0 2A 12B 3D 24
Octal 224 44 225 1 114 0 52 453 75 44
Binary 10010100 100100 10010101 1 1001100 0 101010 100101011 111101 100100

Color Harmonies of #942495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942495

Black with #942495

Text Example


Text Example

White with #942495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942495; }

 p { color: rgb(148,36,149); }

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

background-color css

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

 a { background-color: rgb(148,36,149); }

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

border-color css

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

 span { border-color: rgb(148,36,149); }

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