Html Css Color HEX #9475D0 True V

📋 copy color: '#9475D0'

red 148 ◦ green 117 ◦ blue 208

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

Shades of True V #9475D0

Tints of True V #9475D0

RGB

 RED value IS 148 (58.2% from 255) = 31.29%

 GREEN value IS 117 (46.09% from 255) = 24.74%

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

R = 31.29%
G = 24.74%
B = 43.97%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9475D0 (or 0x9475D0) is known color: True V. HEX triplet: 94, 75 and D0. RGB value is (148,117,208). Sum of RGB (Red+Green+Blue) = 148+117+208=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #9475D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9475D0 is #6B8A2F. Grayscale: #888888. Windows color (decimal): -7047728 or 13661588. OLE color: 13661588.

HSL color Cylindrical-coordinate representation of color #9475D0: hue angle of 260.44º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9475D0 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 117 208 -
CMYK 0.29 0.44 0 0.18
HSL 260.44º 0.49% 0.64% -
HSV(B) 260.44º 0.44% 0.82% -
XYZ 29.96 23.57 62.65 -
YUV 136.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 148 117 208 0.29 0.44 0 0.18 260.44 0.49 0.64
Hex 94 75 D0 1D 2C 0 12 104 31 40
Octal 224 165 320 35 54 0 22 404 61 100
Binary 10010100 1110101 11010000 11101 101100 0 10010 100000100 110001 1000000

Color Harmonies of #9475D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9475D0

Black with #9475D0

Text Example


Text Example

White with #9475D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9475D0; }

 p { color: rgb(148,117,208); }

 H1.HeaderClassName
 {
   color: #9475D0;
 }
 .AnyTagClassName
 {
   color: #9475D0;
 }
</style>

background-color css

<style>
 a { background-color: #9475D0; }

 a { background-color: rgb(148,117,208); }

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

border-color css

<style>
 span { border-color: #9475D0; }

 span { border-color: rgb(148,117,208); }

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