Html Css Color HEX #9075C1 True V

📋 copy color: '#9075C1'

red 144 ◦ green 117 ◦ blue 193

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

Shades of True V #9075C1

Tints of True V #9075C1

RGB

 RED value IS 144 (56.64% from 255) = 31.72%

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

 BLUE value IS 193 (75.78% from 255) = 42.51%

R = 31.72%
G = 25.77%
B = 42.51%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9075C1 (or 0x9075C1) is known color: True V. HEX triplet: 90, 75 and C1. RGB value is (144,117,193). Sum of RGB (Red+Green+Blue) = 144+117+193=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 193 - color contains mainly: blue. Hex color #9075C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075C1 is #6F8A3E. Grayscale: #858585. Windows color (decimal): -7309887 or 12678544. OLE color: 12678544.

HSL color Cylindrical-coordinate representation of color #9075C1: hue angle of 261.32º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9075C1 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 117 193 -
CMYK 0.25 0.39 0 0.24
HSL 261.32º 0.38% 0.61% -
HSV(B) 261.32º 0.39% 0.76% -
XYZ 27.49 22.5 53.35 -
YUV 133.74 161.45 135.32 -
System Red Green Blue C M Y K H S L
Decimal 144 117 193 0.25 0.39 0 0.24 261.32 0.38 0.61
Hex 90 75 C1 19 27 0 18 105 26 3D
Octal 220 165 301 31 47 0 30 405 46 75
Binary 10010000 1110101 11000001 11001 100111 0 11000 100000101 100110 111101

Color Harmonies of #9075C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9075C1

Black with #9075C1

Text Example


Text Example

White with #9075C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9075C1; }

 p { color: rgb(144,117,193); }

 H1.HeaderClassName
 {
   color: #9075C1;
 }
 .AnyTagClassName
 {
   color: #9075C1;
 }
</style>

background-color css

<style>
 a { background-color: #9075C1; }

 a { background-color: rgb(144,117,193); }

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

border-color css

<style>
 span { border-color: #9075C1; }

 span { border-color: rgb(144,117,193); }

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