Html Css Color HEX #917AD1 True V

📋 copy color: '#917AD1'

red 145 ◦ green 122 ◦ blue 209

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

Shades of True V #917AD1

Tints of True V #917AD1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.63%

 BLUE value IS 209 (82.03% from 255) = 43.91%

R = 30.46%
G = 25.63%
B = 43.91%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#917AD1 (or 0x917AD1) is known color: True V. HEX triplet: 91, 7A and D1. RGB value is (145,122,209). Sum of RGB (Red+Green+Blue) = 145+122+209=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #917AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #917AD1 is #6E852E. Grayscale: #8A8A8A. Windows color (decimal): -7243055 or 13728401. OLE color: 13728401.

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

Color convert

RGB 145 122 209 -
CMYK 0.31 0.42 0 0.18
HSL 255.86º 0.49% 0.65% -
HSV(B) 255.86º 0.42% 0.82% -
XYZ 30.15 24.54 63.47 -
YUV 138.8 167.62 132.43 -
System Red Green Blue C M Y K H S L
Decimal 145 122 209 0.31 0.42 0 0.18 255.86 0.49 0.65
Hex 91 7A D1 1F 2A 0 12 100 31 41
Octal 221 172 321 37 52 0 22 400 61 101
Binary 10010001 1111010 11010001 11111 101010 0 10010 100000000 110001 1000001

Color Harmonies of #917AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #917AD1

Black with #917AD1

Text Example


Text Example

White with #917AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,122,209); }

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

background-color css

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

 a { background-color: rgb(145,122,209); }

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

border-color css

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

 span { border-color: rgb(145,122,209); }

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