Html Css Color HEX #9583CB Cold Purple

📋 copy color: '#9583CB'

red 149 ◦ green 131 ◦ blue 203

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

Shades of Cold Purple #9583CB

Tints of Cold Purple #9583CB

RGB

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

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

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

R = 30.85%
G = 27.12%
B = 42.03%

CMYK

 C value IS 0.27

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9583CB (or 0x9583CB) is known color: Cold Purple. HEX triplet: 95, 83 and CB. RGB value is (149,131,203). Sum of RGB (Red+Green+Blue) = 149+131+203=483 (63% of max value = 765). Red value is 149 (58.59% from 255 or 30.85% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 203 - color contains mainly: blue. Hex color #9583CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9583CB is #6A7C34. Grayscale: #909090. Windows color (decimal): -6978613 or 13337493. OLE color: 13337493.

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

Color convert

RGB 149 131 203 -
CMYK 0.27 0.35 0 0.20
HSL 255º 0.41% 0.65% -
HSV(B) 255º 0.35% 0.8% -
XYZ 31.29 26.93 60.05 -
YUV 144.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 149 131 203 0.27 0.35 0 0.20 255 0.41 0.65
Hex 95 83 CB 1B 23 0 14 FF 29 41
Octal 225 203 313 33 43 0 24 377 51 101
Binary 10010101 10000011 11001011 11011 100011 0 10100 11111111 101001 1000001

Color Harmonies of #9583CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9583CB

Black with #9583CB

Text Example


Text Example

White with #9583CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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