Html Css Color HEX #9075C5 True V

📋 copy color: '#9075C5'

red 144 ◦ green 117 ◦ blue 197

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

Shades of True V #9075C5

Tints of True V #9075C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.01%

R = 31.44%
G = 25.55%
B = 43.01%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9075C5 (or 0x9075C5) is known color: True V. HEX triplet: 90, 75 and C5. RGB value is (144,117,197). Sum of RGB (Red+Green+Blue) = 144+117+197=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 197 - color contains mainly: blue. Hex color #9075C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9075C5 is #6F8A3A. Grayscale: #858585. Windows color (decimal): -7309883 or 12940688. OLE color: 12940688.

HSL color Cylindrical-coordinate representation of color #9075C5: hue angle of 260.25º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9075C5 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 144 117 197 -
CMYK 0.27 0.41 0 0.23
HSL 260.25º 0.41% 0.62% -
HSV(B) 260.25º 0.41% 0.77% -
XYZ 27.94 22.68 55.73 -
YUV 134.19 163.45 135 -
System Red Green Blue C M Y K H S L
Decimal 144 117 197 0.27 0.41 0 0.23 260.25 0.41 0.62
Hex 90 75 C5 1B 29 0 17 104 29 3E
Octal 220 165 305 33 51 0 27 404 51 76
Binary 10010000 1110101 11000101 11011 101001 0 10111 100000100 101001 111110

Color Harmonies of #9075C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9075C5

Black with #9075C5

Text Example


Text Example

White with #9075C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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