Html Css Color HEX #967DC4 True V

📋 copy color: '#967DC4'

red 150 ◦ green 125 ◦ blue 196

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

Shades of True V #967DC4

Tints of True V #967DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.61%

R = 31.85%
G = 26.54%
B = 41.61%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#967DC4 (or 0x967DC4) is known color: True V. HEX triplet: 96, 7D and C4. RGB value is (150,125,196). Sum of RGB (Red+Green+Blue) = 150+125+196=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 196 (76.95% from 255 or 41.61% from 471); Max value from RGB is 196 - color contains mainly: blue. Hex color #967DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DC4 is #69823B. Grayscale: #8C8C8C. Windows color (decimal): -6914620 or 12877206. OLE color: 12877206.

HSL color Cylindrical-coordinate representation of color #967DC4: hue angle of 261.13º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #967DC4 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 125 196 -
CMYK 0.23 0.36 0 0.23
HSL 261.13º 0.38% 0.63% -
HSV(B) 261.13º 0.36% 0.77% -
XYZ 29.88 25.14 55.5 -
YUV 140.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 150 125 196 0.23 0.36 0 0.23 261.13 0.38 0.63
Hex 96 7D C4 17 24 0 17 105 26 3F
Octal 226 175 304 27 44 0 27 405 46 77
Binary 10010110 1111101 11000100 10111 100100 0 10111 100000101 100110 111111

Color Harmonies of #967DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967DC4

Black with #967DC4

Text Example


Text Example

White with #967DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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