Html Css Color HEX #9275CD True V

📋 copy color: '#9275CD'

red 146 ◦ green 117 ◦ blue 205

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

Shades of True V #9275CD

Tints of True V #9275CD

RGB

 RED value IS 146 (57.42% from 255) = 31.2%

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

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

R = 31.2%
G = 25%
B = 43.8%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9275CD (or 0x9275CD) is known color: True V. HEX triplet: 92, 75 and CD. RGB value is (146,117,205). Sum of RGB (Red+Green+Blue) = 146+117+205=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #9275CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9275CD is #6D8A32. Grayscale: #878787. Windows color (decimal): -7178803 or 13464978. OLE color: 13464978.

HSL color Cylindrical-coordinate representation of color #9275CD: hue angle of 259.77º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9275CD is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 146 117 205 -
CMYK 0.29 0.43 0 0.20
HSL 259.77º 0.47% 0.63% -
HSV(B) 259.77º 0.43% 0.8% -
XYZ 29.23 23.24 60.7 -
YUV 135.7 167.11 135.34 -
System Red Green Blue C M Y K H S L
Decimal 146 117 205 0.29 0.43 0 0.20 259.77 0.47 0.63
Hex 92 75 CD 1D 2B 0 14 104 2F 3F
Octal 222 165 315 35 53 0 24 404 57 77
Binary 10010010 1110101 11001101 11101 101011 0 10100 100000100 101111 111111

Color Harmonies of #9275CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9275CD

Black with #9275CD

Text Example


Text Example

White with #9275CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9275CD; }

 p { color: rgb(146,117,205); }

 H1.HeaderClassName
 {
   color: #9275CD;
 }
 .AnyTagClassName
 {
   color: #9275CD;
 }
</style>

background-color css

<style>
 a { background-color: #9275CD; }

 a { background-color: rgb(146,117,205); }

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

border-color css

<style>
 span { border-color: #9275CD; }

 span { border-color: rgb(146,117,205); }

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