Html Css Color HEX #9481CE True V

📋 copy color: '#9481CE'

red 148 ◦ green 129 ◦ blue 206

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

Shades of True V #9481CE

Tints of True V #9481CE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.71%

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

R = 30.64%
G = 26.71%
B = 42.65%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9481CE (or 0x9481CE) is known color: True V. HEX triplet: 94, 81 and CE. RGB value is (148,129,206). Sum of RGB (Red+Green+Blue) = 148+129+206=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #9481CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481CE is #6B7E31. Grayscale: #8F8F8F. Windows color (decimal): -7044658 or 13533588. OLE color: 13533588.

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

Color convert

RGB 148 129 206 -
CMYK 0.28 0.37 0 0.19
HSL 254.81º 0.44% 0.66% -
HSV(B) 254.81º 0.37% 0.81% -
XYZ 31.2 26.45 61.85 -
YUV 143.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 148 129 206 0.28 0.37 0 0.19 254.81 0.44 0.66
Hex 94 81 CE 1C 25 0 13 FF 2C 42
Octal 224 201 316 34 45 0 23 377 54 102
Binary 10010100 10000001 11001110 11100 100101 0 10011 11111111 101100 1000010

Color Harmonies of #9481CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9481CE

Black with #9481CE

Text Example


Text Example

White with #9481CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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