Html Css Color HEX #957FCB True V

📋 copy color: '#957FCB'

red 149 ◦ green 127 ◦ blue 203

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

Shades of True V #957FCB

Tints of True V #957FCB

RGB

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

 GREEN value IS 127 (50% from 255) = 26.51%

 BLUE value IS 203 (79.69% from 255) = 42.38%

R = 31.11%
G = 26.51%
B = 42.38%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#957FCB (or 0x957FCB) is known color: True V. HEX triplet: 95, 7F and CB. RGB value is (149,127,203). Sum of RGB (Red+Green+Blue) = 149+127+203=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #957FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957FCB is #6A8034. Grayscale: #8D8D8D. Windows color (decimal): -6979637 or 13336469. OLE color: 13336469.

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

Color convert

RGB 149 127 203 -
CMYK 0.27 0.37 0 0.20
HSL 257.37º 0.42% 0.65% -
HSV(B) 257.37º 0.37% 0.8% -
XYZ 30.76 25.88 59.87 -
YUV 142.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 149 127 203 0.27 0.37 0 0.20 257.37 0.42 0.65
Hex 95 7F CB 1B 25 0 14 101 2A 41
Octal 225 177 313 33 45 0 24 401 52 101
Binary 10010101 1111111 11001011 11011 100101 0 10100 100000001 101010 1000001

Color Harmonies of #957FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957FCB

Black with #957FCB

Text Example


Text Example

White with #957FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,127,203); }

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

background-color css

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

 a { background-color: rgb(149,127,203); }

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

border-color css

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

 span { border-color: rgb(149,127,203); }

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