Html Css Color HEX #9272CD True V

📋 copy color: '#9272CD'

red 146 ◦ green 114 ◦ blue 205

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

Shades of True V #9272CD

Tints of True V #9272CD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.52%

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

R = 31.4%
G = 24.52%
B = 44.09%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9272CD (or 0x9272CD) is known color: True V. HEX triplet: 92, 72 and CD. RGB value is (146,114,205). Sum of RGB (Red+Green+Blue) = 146+114+205=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #9272CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9272CD is #6D8D32. Grayscale: #858585. Windows color (decimal): -7179571 or 13464210. OLE color: 13464210.

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

Color convert

RGB 146 114 205 -
CMYK 0.29 0.44 0 0.20
HSL 261.1º 0.48% 0.63% -
HSV(B) 261.1º 0.44% 0.8% -
XYZ 28.89 22.55 60.59 -
YUV 133.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 146 114 205 0.29 0.44 0 0.20 261.1 0.48 0.63
Hex 92 72 CD 1D 2C 0 14 105 30 3F
Octal 222 162 315 35 54 0 24 405 60 77
Binary 10010010 1110010 11001101 11101 101100 0 10100 100000101 110000 111111

Color Harmonies of #9272CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9272CD

Black with #9272CD

Text Example


Text Example

White with #9272CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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