Html Css Color HEX #917ECD True V

📋 copy color: '#917ECD'

red 145 ◦ green 126 ◦ blue 205

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

Shades of True V #917ECD

Tints of True V #917ECD

RGB

 RED value IS 145 (57.03% from 255) = 30.46%

 GREEN value IS 126 (49.61% from 255) = 26.47%

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

R = 30.46%
G = 26.47%
B = 43.07%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#917ECD (or 0x917ECD) is known color: True V. HEX triplet: 91, 7E and CD. RGB value is (145,126,205). Sum of RGB (Red+Green+Blue) = 145+126+205=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 126 (49.61% from 255 or 26.47% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #917ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ECD is #6E8132. Grayscale: #8C8C8C. Windows color (decimal): -7242035 or 13467281. OLE color: 13467281.

HSL color Cylindrical-coordinate representation of color #917ECD: hue angle of 254.43º 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 #917ECD is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 126 205 -
CMYK 0.29 0.39 0 0.20
HSL 254.43º 0.44% 0.65% -
HSV(B) 254.43º 0.39% 0.8% -
XYZ 30.16 25.35 61.06 -
YUV 140.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 145 126 205 0.29 0.39 0 0.20 254.43 0.44 0.65
Hex 91 7E CD 1D 27 0 14 FE 2C 41
Octal 221 176 315 35 47 0 24 376 54 101
Binary 10010001 1111110 11001101 11101 100111 0 10100 11111110 101100 1000001

Color Harmonies of #917ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917ECD

Black with #917ECD

Text Example


Text Example

White with #917ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #917ECD; }

 p { color: rgb(145,126,205); }

 H1.HeaderClassName
 {
   color: #917ECD;
 }
 .AnyTagClassName
 {
   color: #917ECD;
 }
</style>

background-color css

<style>
 a { background-color: #917ECD; }

 a { background-color: rgb(145,126,205); }

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

border-color css

<style>
 span { border-color: #917ECD; }

 span { border-color: rgb(145,126,205); }

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