Html Css Color HEX #9683CD Cold Purple

📋 copy color: '#9683CD'

red 150 ◦ green 131 ◦ blue 205

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

Shades of Cold Purple #9683CD

Tints of Cold Purple #9683CD

RGB

 RED value IS 150 (58.98% from 255) = 30.86%

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

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

R = 30.86%
G = 26.95%
B = 42.18%

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

#9683CD (or 0x9683CD) is known color: Cold Purple. HEX triplet: 96, 83 and CD. RGB value is (150,131,205). Sum of RGB (Red+Green+Blue) = 150+131+205=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #9683CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683CD is #697C32. Grayscale: #909090. Windows color (decimal): -6913075 or 13468566. OLE color: 13468566.

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

Color convert

RGB 150 131 205 -
CMYK 0.27 0.36 0 0.20
HSL 255.41º 0.43% 0.66% -
HSV(B) 255.41º 0.36% 0.8% -
XYZ 31.71 27.12 61.32 -
YUV 145.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 150 131 205 0.27 0.36 0 0.20 255.41 0.43 0.66
Hex 96 83 CD 1B 24 0 14 FF 2B 42
Octal 226 203 315 33 44 0 24 377 53 102
Binary 10010110 10000011 11001101 11011 100100 0 10100 11111111 101011 1000010

Color Harmonies of #9683CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9683CD

Black with #9683CD

Text Example


Text Example

White with #9683CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,131,205); }

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

background-color css

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

 a { background-color: rgb(150,131,205); }

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

border-color css

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

 span { border-color: rgb(150,131,205); }

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