Html Css Color HEX #965AA7 Violet Blue

📋 copy color: '#965AA7'

red 150 ◦ green 90 ◦ blue 167

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

Shades of Violet Blue #965AA7

Tints of Violet Blue #965AA7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.11%

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

R = 36.86%
G = 22.11%
B = 41.03%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#965AA7 (or 0x965AA7) is known color: Violet Blue. HEX triplet: 96, 5A and A7. RGB value is (150,90,167). Sum of RGB (Red+Green+Blue) = 150+90+167=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 167 (65.62% from 255 or 41.03% from 407); Max value from RGB is 167 - color contains mainly: blue. Hex color #965AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965AA7 is #69A558. Grayscale: #747474. Windows color (decimal): -6923609 or 10967702. OLE color: 10967702.

HSL color Cylindrical-coordinate representation of color #965AA7: hue angle of 286.75º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965AA7 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 90 167 -
CMYK 0.10 0.46 0 0.35
HSL 286.75º 0.3% 0.5% -
HSV(B) 286.75º 0.46% 0.65% -
XYZ 23.21 16.59 38.54 -
YUV 116.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 150 90 167 0.10 0.46 0 0.35 286.75 0.3 0.5
Hex 96 5A A7 A 2E 0 23 11F 1E 32
Octal 226 132 247 12 56 0 43 437 36 62
Binary 10010110 1011010 10100111 1010 101110 0 100011 100011111 11110 110010

Color Harmonies of #965AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965AA7

Black with #965AA7

Text Example


Text Example

White with #965AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965AA7; }

 p { color: rgb(150,90,167); }

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

background-color css

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

 a { background-color: rgb(150,90,167); }

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

border-color css

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

 span { border-color: rgb(150,90,167); }

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