Html Css Color HEX #967ACF True V

📋 copy color: '#967ACF'

red 150 ◦ green 122 ◦ blue 207

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

Shades of True V #967ACF

Tints of True V #967ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.22%

R = 31.32%
G = 25.47%
B = 43.22%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#967ACF (or 0x967ACF) is known color: True V. HEX triplet: 96, 7A and CF. RGB value is (150,122,207). Sum of RGB (Red+Green+Blue) = 150+122+207=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 122 (48.05% from 255 or 25.47% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #967ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967ACF is #698530. Grayscale: #8B8B8B. Windows color (decimal): -6915377 or 13597334. OLE color: 13597334.

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

Color convert

RGB 150 122 207 -
CMYK 0.28 0.41 0 0.19
HSL 259.76º 0.47% 0.65% -
HSV(B) 259.76º 0.41% 0.81% -
XYZ 30.8 24.91 62.22 -
YUV 140.06 165.78 135.09 -
System Red Green Blue C M Y K H S L
Decimal 150 122 207 0.28 0.41 0 0.19 259.76 0.47 0.65
Hex 96 7A CF 1C 29 0 13 104 2F 41
Octal 226 172 317 34 51 0 23 404 57 101
Binary 10010110 1111010 11001111 11100 101001 0 10011 100000100 101111 1000001

Color Harmonies of #967ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967ACF

Black with #967ACF

Text Example


Text Example

White with #967ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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