Html Css Color HEX #967ACE True V

📋 copy color: '#967ACE'

red 150 ◦ green 122 ◦ blue 206

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

Shades of True V #967ACE

Tints of True V #967ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.1%

R = 31.38%
G = 25.52%
B = 43.1%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#967ACE (or 0x967ACE) is known color: True V. HEX triplet: 96, 7A and CE. RGB value is (150,122,206). Sum of RGB (Red+Green+Blue) = 150+122+206=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #967ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ACE is #698531. Grayscale: #8B8B8B. Windows color (decimal): -6915378 or 13531798. OLE color: 13531798.

HSL color Cylindrical-coordinate representation of color #967ACE: hue angle of 260º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #967ACE is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 122 206 -
CMYK 0.27 0.41 0 0.19
HSL 260º 0.46% 0.64% -
HSV(B) 260º 0.41% 0.81% -
XYZ 30.68 24.86 61.57 -
YUV 139.95 165.28 135.17 -
System Red Green Blue C M Y K H S L
Decimal 150 122 206 0.27 0.41 0 0.19 260 0.46 0.64
Hex 96 7A CE 1B 29 0 13 104 2E 40
Octal 226 172 316 33 51 0 23 404 56 100
Binary 10010110 1111010 11001110 11011 101001 0 10011 100000100 101110 1000000

Color Harmonies of #967ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967ACE

Black with #967ACE

Text Example


Text Example

White with #967ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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