Html Css Color HEX #9481CD True V

📋 copy color: '#9481CD'

red 148 ◦ green 129 ◦ blue 205

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

Shades of True V #9481CD

Tints of True V #9481CD

RGB

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

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

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

R = 30.71%
G = 26.76%
B = 42.53%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9481CD (or 0x9481CD) is known color: True V. HEX triplet: 94, 81 and CD. RGB value is (148,129,205). Sum of RGB (Red+Green+Blue) = 148+129+205=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #9481CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481CD is #6B7E32. Grayscale: #8F8F8F. Windows color (decimal): -7044659 or 13468052. OLE color: 13468052.

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

Color convert

RGB 148 129 205 -
CMYK 0.28 0.37 0 0.20
HSL 255º 0.43% 0.65% -
HSV(B) 255º 0.37% 0.8% -
XYZ 31.08 26.4 61.22 -
YUV 143.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 148 129 205 0.28 0.37 0 0.20 255 0.43 0.65
Hex 94 81 CD 1C 25 0 14 FF 2B 41
Octal 224 201 315 34 45 0 24 377 53 101
Binary 10010100 10000001 11001101 11100 100101 0 10100 11111111 101011 1000001

Color Harmonies of #9481CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9481CD

Black with #9481CD

Text Example


Text Example

White with #9481CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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