Html Css Color HEX #9581CD True V

📋 copy color: '#9581CD'

red 149 ◦ green 129 ◦ blue 205

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

Shades of True V #9581CD

Tints of True V #9581CD

RGB

 RED value IS 149 (58.59% from 255) = 30.85%

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

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

R = 30.85%
G = 26.71%
B = 42.44%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9581CD (or 0x9581CD) is known color: True V. HEX triplet: 95, 81 and CD. RGB value is (149,129,205). Sum of RGB (Red+Green+Blue) = 149+129+205=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #9581CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9581CD is #6A7E32. Grayscale: #8F8F8F. Windows color (decimal): -6979123 or 13468053. OLE color: 13468053.

HSL color Cylindrical-coordinate representation of color #9581CD: hue angle of 255.79º 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 #9581CD is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 129 205 -
CMYK 0.27 0.37 0 0.20
HSL 255.79º 0.43% 0.65% -
HSV(B) 255.79º 0.37% 0.8% -
XYZ 31.26 26.5 61.22 -
YUV 143.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 149 129 205 0.27 0.37 0 0.20 255.79 0.43 0.65
Hex 95 81 CD 1B 25 0 14 100 2B 41
Octal 225 201 315 33 45 0 24 400 53 101
Binary 10010101 10000001 11001101 11011 100101 0 10100 100000000 101011 1000001

Color Harmonies of #9581CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9581CD

Black with #9581CD

Text Example


Text Example

White with #9581CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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