Html Css Color HEX #957ACF True V

📋 copy color: '#957ACF'

red 149 ◦ green 122 ◦ blue 207

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

Shades of True V #957ACF

Tints of True V #957ACF

RGB

 RED value IS 149 (58.59% from 255) = 31.17%

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

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

R = 31.17%
G = 25.52%
B = 43.31%

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

#957ACF (or 0x957ACF) is known color: True V. HEX triplet: 95, 7A and CF. RGB value is (149,122,207). Sum of RGB (Red+Green+Blue) = 149+122+207=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #957ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957ACF is #6A8530. Grayscale: #8B8B8B. Windows color (decimal): -6980913 or 13597333. OLE color: 13597333.

HSL color Cylindrical-coordinate representation of color #957ACF: hue angle of 259.06º 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 #957ACF is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 122 207 -
CMYK 0.28 0.41 0 0.19
HSL 259.06º 0.47% 0.65% -
HSV(B) 259.06º 0.41% 0.81% -
XYZ 30.62 24.81 62.21 -
YUV 139.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 149 122 207 0.28 0.41 0 0.19 259.06 0.47 0.65
Hex 95 7A CF 1C 29 0 13 103 2F 41
Octal 225 172 317 34 51 0 23 403 57 101
Binary 10010101 1111010 11001111 11100 101001 0 10011 100000011 101111 1000001

Color Harmonies of #957ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957ACF

Black with #957ACF

Text Example


Text Example

White with #957ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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