Html Css Color HEX #9276C2 True V

📋 copy color: '#9276C2'

red 146 ◦ green 118 ◦ blue 194

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

Shades of True V #9276C2

Tints of True V #9276C2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.76%

 BLUE value IS 194 (76.17% from 255) = 42.36%

R = 31.88%
G = 25.76%
B = 42.36%

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

#9276C2 (or 0x9276C2) is known color: True V. HEX triplet: 92, 76 and C2. RGB value is (146,118,194). Sum of RGB (Red+Green+Blue) = 146+118+194=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 194 (76.17% from 255 or 42.36% from 458); Max value from RGB is 194 - color contains mainly: blue. Hex color #9276C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9276C2 is #6D893D. Grayscale: #868686. Windows color (decimal): -7178558 or 12744338. OLE color: 12744338.

HSL color Cylindrical-coordinate representation of color #9276C2: hue angle of 262.11º 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 #9276C2 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 118 194 -
CMYK 0.25 0.39 0 0.24
HSL 262.11º 0.38% 0.61% -
HSV(B) 262.11º 0.39% 0.76% -
XYZ 28.07 22.96 53.99 -
YUV 135.04 161.28 135.82 -
System Red Green Blue C M Y K H S L
Decimal 146 118 194 0.25 0.39 0 0.24 262.11 0.38 0.61
Hex 92 76 C2 19 27 0 18 106 26 3D
Octal 222 166 302 31 47 0 30 406 46 75
Binary 10010010 1110110 11000010 11001 100111 0 11000 100000110 100110 111101

Color Harmonies of #9276C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9276C2

Black with #9276C2

Text Example


Text Example

White with #9276C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9276C2; }

 p { color: rgb(146,118,194); }

 H1.HeaderClassName
 {
   color: #9276C2;
 }
 .AnyTagClassName
 {
   color: #9276C2;
 }
</style>

background-color css

<style>
 a { background-color: #9276C2; }

 a { background-color: rgb(146,118,194); }

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

border-color css

<style>
 span { border-color: #9276C2; }

 span { border-color: rgb(146,118,194); }

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