Html Css Color HEX #957CCB True V

📋 copy color: '#957CCB'

red 149 ◦ green 124 ◦ blue 203

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

Shades of True V #957CCB

Tints of True V #957CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.05%

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

R = 31.3%
G = 26.05%
B = 42.65%

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

#957CCB (or 0x957CCB) is known color: True V. HEX triplet: 95, 7C and CB. RGB value is (149,124,203). Sum of RGB (Red+Green+Blue) = 149+124+203=476 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.30% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #957CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #957CCB is #6A8334. Grayscale: #8C8C8C. Windows color (decimal): -6980405 or 13335701. OLE color: 13335701.

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

Color convert

RGB 149 124 203 -
CMYK 0.27 0.39 0 0.20
HSL 258.99º 0.43% 0.64% -
HSV(B) 258.99º 0.39% 0.8% -
XYZ 30.38 25.12 59.75 -
YUV 140.48 163.28 134.08 -
System Red Green Blue C M Y K H S L
Decimal 149 124 203 0.27 0.39 0 0.20 258.99 0.43 0.64
Hex 95 7C CB 1B 27 0 14 103 2B 40
Octal 225 174 313 33 47 0 24 403 53 100
Binary 10010101 1111100 11001011 11011 100111 0 10100 100000011 101011 1000000

Color Harmonies of #957CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957CCB

Black with #957CCB

Text Example


Text Example

White with #957CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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