Html Css Color HEX #917CCD True V

📋 copy color: '#917CCD'

red 145 ◦ green 124 ◦ blue 205

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

Shades of True V #917CCD

Tints of True V #917CCD

RGB

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

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

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

R = 30.59%
G = 26.16%
B = 43.25%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#917CCD (or 0x917CCD) is known color: True V. HEX triplet: 91, 7C and CD. RGB value is (145,124,205). Sum of RGB (Red+Green+Blue) = 145+124+205=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #917CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917CCD is #6E8332. Grayscale: #8B8B8B. Windows color (decimal): -7242547 or 13466769. OLE color: 13466769.

HSL color Cylindrical-coordinate representation of color #917CCD: hue angle of 255.56º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #917CCD is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 145 124 205 -
CMYK 0.29 0.40 0 0.20
HSL 255.56º 0.45% 0.65% -
HSV(B) 255.56º 0.4% 0.8% -
XYZ 29.9 24.84 60.98 -
YUV 139.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 145 124 205 0.29 0.40 0 0.20 255.56 0.45 0.65
Hex 91 7C CD 1D 28 0 14 100 2D 41
Octal 221 174 315 35 50 0 24 400 55 101
Binary 10010001 1111100 11001101 11101 101000 0 10100 100000000 101101 1000001

Color Harmonies of #917CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917CCD

Black with #917CCD

Text Example


Text Example

White with #917CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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