Html Css Color HEX #965094 Violet Blue

📋 copy color: '#965094'

red 150 ◦ green 80 ◦ blue 148

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

Shades of Violet Blue #965094

Tints of Violet Blue #965094

RGB

 RED value IS 150 (58.98% from 255) = 39.68%

 GREEN value IS 80 (31.64% from 255) = 21.16%

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 39.68%
G = 21.16%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#965094 (or 0x965094) is known color: Violet Blue. HEX triplet: 96, 50 and 94. RGB value is (150,80,148). Sum of RGB (Red+Green+Blue) = 150+80+148=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #965094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965094 is #69AF6B. Grayscale: #6C6C6C. Windows color (decimal): -6926188 or 9719958. OLE color: 9719958.

HSL color Cylindrical-coordinate representation of color #965094: hue angle of 301.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #965094 is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 148 -
CMYK 0 0.47 0.01 0.41
HSL 301.71º 0.3% 0.45% -
HSV(B) 301.71º 0.47% 0.59% -
XYZ 20.79 14.36 29.69 -
YUV 108.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 150 80 148 0 0.47 0.01 0.41 301.71 0.3 0.45
Hex 96 50 94 0 2F 1 29 12E 1E 2D
Octal 226 120 224 0 57 1 51 456 36 55
Binary 10010110 1010000 10010100 0 101111 1 101001 100101110 11110 101101

Color Harmonies of #965094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965094

Black with #965094

Text Example


Text Example

White with #965094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965094; }

 p { color: rgb(150,80,148); }

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

background-color css

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

 a { background-color: rgb(150,80,148); }

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

border-color css

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

 span { border-color: rgb(150,80,148); }

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