Html Css Color HEX #967DCD True V

📋 copy color: '#967DCD'

red 150 ◦ green 125 ◦ blue 205

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

Shades of True V #967DCD

Tints of True V #967DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.71%

R = 31.25%
G = 26.04%
B = 42.71%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#967DCD (or 0x967DCD) is known color: True V. HEX triplet: 96, 7D and CD. RGB value is (150,125,205). Sum of RGB (Red+Green+Blue) = 150+125+205=480 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.25% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #967DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #967DCD is #698232. Grayscale: #8D8D8D. Windows color (decimal): -6914611 or 13467030. OLE color: 13467030.

HSL color Cylindrical-coordinate representation of color #967DCD: hue angle of 258.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #967DCD is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 125 205 -
CMYK 0.27 0.39 0 0.20
HSL 258.75º 0.44% 0.65% -
HSV(B) 258.75º 0.39% 0.8% -
XYZ 30.93 25.56 61.06 -
YUV 141.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 150 125 205 0.27 0.39 0 0.20 258.75 0.44 0.65
Hex 96 7D CD 1B 27 0 14 103 2C 41
Octal 226 175 315 33 47 0 24 403 54 101
Binary 10010110 1111101 11001101 11011 100111 0 10100 100000011 101100 1000001

Color Harmonies of #967DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967DCD

Black with #967DCD

Text Example


Text Example

White with #967DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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