Html Css Color HEX #967AC9 True V

📋 copy color: '#967AC9'

red 150 ◦ green 122 ◦ blue 201

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

Shades of True V #967AC9

Tints of True V #967AC9

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.79%

 BLUE value IS 201 (78.91% from 255) = 42.49%

R = 31.71%
G = 25.79%
B = 42.49%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#967AC9 (or 0x967AC9) is known color: True V. HEX triplet: 96, 7A and C9. RGB value is (150,122,201). Sum of RGB (Red+Green+Blue) = 150+122+201=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #967AC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967AC9 is #698536. Grayscale: #8B8B8B. Windows color (decimal): -6915383 or 13204118. OLE color: 13204118.

HSL color Cylindrical-coordinate representation of color #967AC9: hue angle of 261.27º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #967AC9 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 122 201 -
CMYK 0.25 0.39 0 0.21
HSL 261.27º 0.42% 0.63% -
HSV(B) 261.27º 0.39% 0.79% -
XYZ 30.08 24.62 58.43 -
YUV 139.38 162.78 135.58 -
System Red Green Blue C M Y K H S L
Decimal 150 122 201 0.25 0.39 0 0.21 261.27 0.42 0.63
Hex 96 7A C9 19 27 0 15 105 2A 3F
Octal 226 172 311 31 47 0 25 405 52 77
Binary 10010110 1111010 11001001 11001 100111 0 10101 100000101 101010 111111

Color Harmonies of #967AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967AC9

Black with #967AC9

Text Example


Text Example

White with #967AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967AC9; }

 p { color: rgb(150,122,201); }

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

background-color css

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

 a { background-color: rgb(150,122,201); }

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

border-color css

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

 span { border-color: rgb(150,122,201); }

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