Html Css Color HEX #917DCE True V

📋 copy color: '#917DCE'

red 145 ◦ green 125 ◦ blue 206

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

Shades of True V #917DCE

Tints of True V #917DCE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.26%

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 30.46%
G = 26.26%
B = 43.28%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#917DCE (or 0x917DCE) is known color: True V. HEX triplet: 91, 7D and CE. RGB value is (145,125,206). Sum of RGB (Red+Green+Blue) = 145+125+206=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #917DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917DCE is #6E8231. Grayscale: #8B8B8B. Windows color (decimal): -7242290 or 13532561. OLE color: 13532561.

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

Color convert

RGB 145 125 206 -
CMYK 0.30 0.39 0 0.19
HSL 254.81º 0.45% 0.65% -
HSV(B) 254.81º 0.39% 0.81% -
XYZ 30.15 25.14 61.66 -
YUV 140.21 165.13 131.41 -
System Red Green Blue C M Y K H S L
Decimal 145 125 206 0.30 0.39 0 0.19 254.81 0.45 0.65
Hex 91 7D CE 1E 27 0 13 FF 2D 41
Octal 221 175 316 36 47 0 23 377 55 101
Binary 10010001 1111101 11001110 11110 100111 0 10011 11111111 101101 1000001

Color Harmonies of #917DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917DCE

Black with #917DCE

Text Example


Text Example

White with #917DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,125,206); }

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

background-color css

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

 a { background-color: rgb(145,125,206); }

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

border-color css

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

 span { border-color: rgb(145,125,206); }

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