Html Css Color HEX #967DC8 True V

📋 copy color: '#967DC8'

red 150 ◦ green 125 ◦ blue 200

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

Shades of True V #967DC8

Tints of True V #967DC8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.32%

 BLUE value IS 200 (78.52% from 255) = 42.11%

R = 31.58%
G = 26.32%
B = 42.11%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#967DC8 (or 0x967DC8) is known color: True V. HEX triplet: 96, 7D and C8. RGB value is (150,125,200). Sum of RGB (Red+Green+Blue) = 150+125+200=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #967DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DC8 is #698237. Grayscale: #8C8C8C. Windows color (decimal): -6914616 or 13139350. OLE color: 13139350.

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

Color convert

RGB 150 125 200 -
CMYK 0.25 0.38 0 0.22
HSL 260º 0.41% 0.64% -
HSV(B) 260º 0.38% 0.78% -
XYZ 30.34 25.32 57.93 -
YUV 141.03 161.28 134.4 -
System Red Green Blue C M Y K H S L
Decimal 150 125 200 0.25 0.38 0 0.22 260 0.41 0.64
Hex 96 7D C8 19 26 0 16 104 29 40
Octal 226 175 310 31 46 0 26 404 51 100
Binary 10010110 1111101 11001000 11001 100110 0 10110 100000100 101001 1000000

Color Harmonies of #967DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967DC8

Black with #967DC8

Text Example


Text Example

White with #967DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,125,200); }

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

background-color css

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

 a { background-color: rgb(150,125,200); }

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

border-color css

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

 span { border-color: rgb(150,125,200); }

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