Html Css Color HEX #917ED0 True V

📋 copy color: '#917ED0'

red 145 ◦ green 126 ◦ blue 208

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

Shades of True V #917ED0

Tints of True V #917ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.42%

R = 30.27%
G = 26.3%
B = 43.42%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#917ED0 (or 0x917ED0) is known color: True V. HEX triplet: 91, 7E and D0. RGB value is (145,126,208). Sum of RGB (Red+Green+Blue) = 145+126+208=479 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.27% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #917ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917ED0 is #6E812F. Grayscale: #8C8C8C. Windows color (decimal): -7242032 or 13663889. OLE color: 13663889.

HSL color Cylindrical-coordinate representation of color #917ED0: hue angle of 253.9º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #917ED0 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 145 126 208 -
CMYK 0.30 0.39 0 0.18
HSL 253.9º 0.47% 0.65% -
HSV(B) 253.9º 0.39% 0.82% -
XYZ 30.52 25.5 62.99 -
YUV 141.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 145 126 208 0.30 0.39 0 0.18 253.9 0.47 0.65
Hex 91 7E D0 1E 27 0 12 FE 2F 41
Octal 221 176 320 36 47 0 22 376 57 101
Binary 10010001 1111110 11010000 11110 100111 0 10010 11111110 101111 1000001

Color Harmonies of #917ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917ED0

Black with #917ED0

Text Example


Text Example

White with #917ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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