Html Css Color HEX #9583CC Cold Purple

📋 copy color: '#9583CC'

red 149 ◦ green 131 ◦ blue 204

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

Shades of Cold Purple #9583CC

Tints of Cold Purple #9583CC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 27.07%

 BLUE value IS 204 (80.08% from 255) = 42.15%

R = 30.79%
G = 27.07%
B = 42.15%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9583CC (or 0x9583CC) is known color: Cold Purple. HEX triplet: 95, 83 and CC. RGB value is (149,131,204). Sum of RGB (Red+Green+Blue) = 149+131+204=484 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.79% from 484); Green value is 131 (51.56% from 255 or 27.07% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #9583CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9583CC is #6A7C33. Grayscale: #909090. Windows color (decimal): -6978612 or 13403029. OLE color: 13403029.

HSL color Cylindrical-coordinate representation of color #9583CC: hue angle of 254.79º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9583CC is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 131 204 -
CMYK 0.27 0.36 0 0.2
HSL 254.79º 0.42% 0.66% -
HSV(B) 254.79º 0.36% 0.8% -
XYZ 31.41 26.98 60.68 -
YUV 144.7 161.46 131.06 -
System Red Green Blue C M Y K H S L
Decimal 149 131 204 0.27 0.36 0 0.2 254.79 0.42 0.66
Hex 95 83 CC 1B 24 0 14 FF 2A 42
Octal 225 203 314 33 44 0 24 377 52 102
Binary 10010101 10000011 11001100 11011 100100 0 10100 11111111 101010 1000010

Color Harmonies of #9583CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9583CC

Black with #9583CC

Text Example


Text Example

White with #9583CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9583CC; }

 p { color: rgb(149,131,204); }

 H1.HeaderClassName
 {
   color: #9583CC;
 }
 .AnyTagClassName
 {
   color: #9583CC;
 }
</style>

background-color css

<style>
 a { background-color: #9583CC; }

 a { background-color: rgb(149,131,204); }

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

border-color css

<style>
 span { border-color: #9583CC; }

 span { border-color: rgb(149,131,204); }

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