Html Css Color HEX #9480CE True V

📋 copy color: '#9480CE'

red 148 ◦ green 128 ◦ blue 206

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

Shades of True V #9480CE

Tints of True V #9480CE

RGB

 RED value IS 148 (58.2% from 255) = 30.71%

 GREEN value IS 128 (50.39% from 255) = 26.56%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 30.71%
G = 26.56%
B = 42.74%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9480CE (or 0x9480CE) is known color: True V. HEX triplet: 94, 80 and CE. RGB value is (148,128,206). Sum of RGB (Red+Green+Blue) = 148+128+206=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #9480CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9480CE is #6B7F31. Grayscale: #8E8E8E. Windows color (decimal): -7044914 or 13533332. OLE color: 13533332.

HSL color Cylindrical-coordinate representation of color #9480CE: hue angle of 255.38º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9480CE is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 128 206 -
CMYK 0.28 0.38 0 0.19
HSL 255.38º 0.44% 0.65% -
HSV(B) 255.38º 0.38% 0.81% -
XYZ 31.07 26.19 61.81 -
YUV 142.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 148 128 206 0.28 0.38 0 0.19 255.38 0.44 0.65
Hex 94 80 CE 1C 26 0 13 FF 2C 41
Octal 224 200 316 34 46 0 23 377 54 101
Binary 10010100 10000000 11001110 11100 100110 0 10011 11111111 101100 1000001

Color Harmonies of #9480CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9480CE

Black with #9480CE

Text Example


Text Example

White with #9480CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9480CE; }

 p { color: rgb(148,128,206); }

 H1.HeaderClassName
 {
   color: #9480CE;
 }
 .AnyTagClassName
 {
   color: #9480CE;
 }
</style>

background-color css

<style>
 a { background-color: #9480CE; }

 a { background-color: rgb(148,128,206); }

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

border-color css

<style>
 span { border-color: #9480CE; }

 span { border-color: rgb(148,128,206); }

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