Html Css Color HEX #9582CB Cold Purple

📋 copy color: '#9582CB'

red 149 ◦ green 130 ◦ blue 203

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

Shades of Cold Purple #9582CB

Tints of Cold Purple #9582CB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.97%

 BLUE value IS 203 (79.69% from 255) = 42.12%

R = 30.91%
G = 26.97%
B = 42.12%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9582CB (or 0x9582CB) is known color: Cold Purple. HEX triplet: 95, 82 and CB. RGB value is (149,130,203). Sum of RGB (Red+Green+Blue) = 149+130+203=482 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.91% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #9582CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9582CB is #6A7D34. Grayscale: #8F8F8F. Windows color (decimal): -6978869 or 13337237. OLE color: 13337237.

HSL color Cylindrical-coordinate representation of color #9582CB: hue angle of 255.62º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9582CB is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 130 203 -
CMYK 0.27 0.36 0 0.20
HSL 255.62º 0.41% 0.65% -
HSV(B) 255.62º 0.36% 0.8% -
XYZ 31.16 26.67 60 -
YUV 144 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 149 130 203 0.27 0.36 0 0.20 255.62 0.41 0.65
Hex 95 82 CB 1B 24 0 14 100 29 41
Octal 225 202 313 33 44 0 24 400 51 101
Binary 10010101 10000010 11001011 11011 100100 0 10100 100000000 101001 1000001

Color Harmonies of #9582CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9582CB

Black with #9582CB

Text Example


Text Example

White with #9582CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9582CB; }

 p { color: rgb(149,130,203); }

 H1.HeaderClassName
 {
   color: #9582CB;
 }
 .AnyTagClassName
 {
   color: #9582CB;
 }
</style>

background-color css

<style>
 a { background-color: #9582CB; }

 a { background-color: rgb(149,130,203); }

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

border-color css

<style>
 span { border-color: #9582CB; }

 span { border-color: rgb(149,130,203); }

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